#1e4db1

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

Shades of Cerulean Blue #1E4DB1

Tints of Cerulean Blue #1E4DB1

Color information

#1E4DB1 (or 0x1E4DB1) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4D and B1. RGB value is (30,77,177). Sum of RGB (Red+Green+Blue) = 30+77+177=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E4DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4DB1 is #E1B24E. Grayscale: #494949. Windows color (decimal): -14791247 or 11619614. OLE color: 11619614.

HSL color Cylindrical-coordinate representation of color #1E4DB1: hue angle of 220.82º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E4DB1 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3077177-
CMYK0.830.5600.31
HSL220.82º71.01%40.59%-
HSV(B)220.82º83.05%69.41%-
XYZ11.138.7642.7-
YUV74.35185.9396.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.56%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 177 (69.53% from 255) = 62.32%
R=10.56%
G=27.11%
B=62.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30771770.830.5600.31220.8271.0140.59
Hex1E4DB1533801Fdd4729
Octal361152611237003733510751
Binary111101001101101100011010011111000011111110111011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e4db1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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