#1E4DBA

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

Shades of Cerulean Blue #1E4DBA

Tints of Cerulean Blue #1E4DBA

Color information

#1E4DBA (or 0x1E4DBA) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4D and BA. RGB value is (30,77,186). Sum of RGB (Red+Green+Blue) = 30+77+186=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4DBA is #E1B245. Grayscale: #4A4A4A. Windows color (decimal): -14791238 or 12209438. OLE color: 12209438.

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

Color convert

RGB3077186-
CMYK0.840.5900.27
HSL221.92º72.22%42.35%-
HSV(B)221.92º83.87%72.94%-
XYZ12.059.1347.58-
YUV75.37190.4395.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.24%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 186 (73.05% from 255) = 63.48%
R=10.24%
G=26.28%
B=63.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30771860.840.5900.27221.9272.2242.35
Hex1E4DBA543B01Bde482a
Octal361152721247303333611052
Binary111101001101101110101010100111011011011110111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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