#1F4AC0

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

Shades of Cerulean Blue #1F4AC0

Tints of Cerulean Blue #1F4AC0

Color information

#1F4AC0 (or 0x1F4AC0) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4A and C0. RGB value is (31,74,192). Sum of RGB (Red+Green+Blue) = 31+74+192=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 192 (75.39% from 255 or 64.65% from 297); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F4AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4AC0 is #E0B53F. Grayscale: #4A4A4A. Windows color (decimal): -14726464 or 12601887. OLE color: 12601887.

HSL color Cylindrical-coordinate representation of color #1F4AC0: hue angle of 223.98º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4AC0 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3174192-
CMYK0.840.6100.25
HSL223.98º72.2%43.73%-
HSV(B)223.98º83.85%75.29%-
XYZ12.538.9950.95-
YUV74.6194.2596.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 192 (75.39% from 255) = 64.65%
R=10.44%
G=24.92%
B=64.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31741920.840.6100.25223.9872.243.73
Hex1F4AC0543D019e0482c
Octal371123001247503134011054
Binary111111001010110000001010100111101011001111000001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,74,192); }

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

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

 a { background-color: rgb(31,74,192); }

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

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

 span { border-color: rgb(31,74,192); }

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