#1E4DB8

Color #1E4DB8 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1E4DB8

Tints of Cerulean Blue #1E4DB8

Color information

#1E4DB8 (or 0x1E4DB8) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4D and B8. RGB value is (30,77,184). Sum of RGB (Red+Green+Blue) = 30+77+184=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 184 (72.27% from 255 or 63.23% from 291); Max value from RGB is 184 - color contains mainly: blue. Hex color #1E4DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4DB8 is #E1B247. Grayscale: #4A4A4A. Windows color (decimal): -14791240 or 12078366. OLE color: 12078366.

HSL color Cylindrical-coordinate representation of color #1E4DB8: hue angle of 221.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4DB8 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3077184-
CMYK0.840.5800.28
HSL221.69º71.96%41.96%-
HSV(B)221.69º83.7%72.16%-
XYZ11.849.0446.47-
YUV75.14189.4395.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 184 (72.27% from 255) = 63.23%
R=10.31%
G=26.46%
B=63.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal30771840.840.5800.28221.6971.9641.96
Hex1E4DB8543A01Cde482a
Octal361152701247203433611052
Binary111101001101101110001010100111010011100110111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E4DB8; }

 p { color: rgb(30,77,184); }

 H1.HeaderClassName
 {
   color: #1E4DB8;
 }
 .AnyTagClassName
 {
   color: #1E4DB8;
 }
</style>
background-color css

<style>
 a { background-color: #1E4DB8; }

 a { background-color: rgb(30,77,184); }

 div.DivClassName
 {
   background-color: #1E4DB8;
 }
 .BgClassName
 {
   background-color: #1E4DB8;
 }
</style>
border-color css

<style>
 span { border-color: #1E4DB8; }

 span { border-color: rgb(30,77,184); }

 td.TdClassName
 {
   border-color: #1E4DB8;
 }
 .TagClassName
 {
   border-color: #1E4DB8;
 }
</style>