#1f4ac8

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

Shades of Cerulean Blue #1F4AC8

Tints of Cerulean Blue #1F4AC8

Color information

#1F4AC8 (or 0x1F4AC8) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 4A and C8. RGB value is (31,74,200). Sum of RGB (Red+Green+Blue) = 31+74+200=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 200 (78.52% from 255 or 65.57% from 305); Max value from RGB is 200 - color contains mainly: blue. Hex color #1F4AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4AC8 is #E0B537. Grayscale: #4A4A4A. Windows color (decimal): -14726456 or 13126175. OLE color: 13126175.

HSL color Cylindrical-coordinate representation of color #1F4AC8: hue angle of 224.73º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4AC8 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3174200-
CMYK0.840.6300.22
HSL224.73º73.16%45.29%-
HSV(B)224.73º84.5%78.43%-
XYZ13.449.3655.74-
YUV75.51198.2596.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.16%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 200 (78.52% from 255) = 65.57%
R=10.16%
G=24.26%
B=65.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31742000.840.6300.22224.7373.1645.29
Hex1F4AC8543F016e1492d
Octal371123101247702634111155
Binary111111001010110010001010100111111010110111000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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