#1F4DAE

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

Shades of Cerulean Blue #1F4DAE

Tints of Cerulean Blue #1F4DAE

Color information

#1F4DAE (or 0x1F4DAE) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4D and AE. RGB value is (31,77,174). Sum of RGB (Red+Green+Blue) = 31+77+174=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F4DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F4DAE is #E0B251. Grayscale: #494949. Windows color (decimal): -14725714 or 11423007. OLE color: 11423007.

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

Color convert

RGB3177174-
CMYK0.820.5600.32
HSL220.7º69.76%40.2%-
HSV(B)220.7º82.18%68.24%-
XYZ10.868.6641.14-
YUV74.3184.2697.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.99%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 174 (68.36% from 255) = 61.70%
R=10.99%
G=27.30%
B=61.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31771740.820.5600.32220.769.7640.2
Hex1F4DAE5238020dd4628
Octal371152561227004033510650
Binary1111110011011010111010100101110000100000110111011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,77,174); }

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

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

 a { background-color: rgb(31,77,174); }

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

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

 span { border-color: rgb(31,77,174); }

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