#1F53C8

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

Shades of Cerulean Blue #1F53C8

Tints of Cerulean Blue #1F53C8

Color information

#1F53C8 (or 0x1F53C8) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 53 and C8. RGB value is (31,83,200). Sum of RGB (Red+Green+Blue) = 31+83+200=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #1F53C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F53C8 is #E0AC37. Grayscale: #505050. Windows color (decimal): -14724152 or 13128479. OLE color: 13128479.

HSL color Cylindrical-coordinate representation of color #1F53C8: hue angle of 221.54º 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 #1F53C8 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3183200-
CMYK0.840.5800.22
HSL221.54º73.16%45.29%-
HSV(B)221.54º84.5%78.43%-
XYZ14.0810.6555.96-
YUV80.79195.2792.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.87%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 200 (78.52% from 255) = 63.69%
R=9.87%
G=26.43%
B=63.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31832000.840.5800.22221.5473.1645.29
Hex1F53C8543A016de492d
Octal371233101247202633611155
Binary111111010011110010001010100111010010110110111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F53C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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