#1E4FAE

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

Shades of Cerulean Blue #1E4FAE

Tints of Cerulean Blue #1E4FAE

Color information

#1E4FAE (or 0x1E4FAE) is unknown color: approx Cerulean Blue. HEX triplet: 1E, 4F and AE. RGB value is (30,79,174). Sum of RGB (Red+Green+Blue) = 30+79+174=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E4FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4FAE is #E1B051. Grayscale: #4A4A4A. Windows color (decimal): -14790738 or 11423518. OLE color: 11423518.

HSL color Cylindrical-coordinate representation of color #1E4FAE: hue angle of 219.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E4FAE is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3079174-
CMYK0.830.5500.32
HSL219.58º70.59%40%-
HSV(B)219.58º82.76%68.24%-
XYZ10.978.9241.19-
YUV75.18183.7795.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.60%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 174 (68.36% from 255) = 61.48%
R=10.60%
G=27.92%
B=61.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30791740.830.5500.32219.5870.5940
Hex1E4FAE5337020dc4728
Octal361172561236704033410750
Binary1111010011111010111010100111101110100000110111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,79,174); }

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

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

 a { background-color: rgb(30,79,174); }

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

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

 span { border-color: rgb(30,79,174); }

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