#1E4BBD

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

Shades of Cerulean Blue #1E4BBD

Tints of Cerulean Blue #1E4BBD

Color information

#1E4BBD (or 0x1E4BBD) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4B and BD. RGB value is (30,75,189). Sum of RGB (Red+Green+Blue) = 30+75+189=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E4BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4BBD is #E1B442. Grayscale: #4A4A4A. Windows color (decimal): -14791747 or 12405534. OLE color: 12405534.

HSL color Cylindrical-coordinate representation of color #1E4BBD: hue angle of 223.02º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4BBD is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3075189-
CMYK0.840.6000.26
HSL223.02º72.6%42.94%-
HSV(B)223.02º84.13%74.12%-
XYZ12.248.9849.23-
YUV74.54192.5996.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 189 (74.22% from 255) = 64.29%
R=10.20%
G=25.51%
B=64.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30751890.840.6000.26223.0272.642.94
Hex1E4BBD543C01Adf492b
Octal361132751247403233711153
Binary111101001011101111011010100111100011010110111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,75,189); }

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

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

 a { background-color: rgb(30,75,189); }

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

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

 span { border-color: rgb(30,75,189); }

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