#1F53C3

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

Shades of Cerulean Blue #1F53C3

Tints of Cerulean Blue #1F53C3

Color information

#1F53C3 (or 0x1F53C3) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 53 and C3. RGB value is (31,83,195). Sum of RGB (Red+Green+Blue) = 31+83+195=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 195 (76.56% from 255 or 63.11% from 309); Max value from RGB is 195 - color contains mainly: blue. Hex color #1F53C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F53C3 is #E0AC3C. Grayscale: #4F4F4F. Windows color (decimal): -14724157 or 12800799. OLE color: 12800799.

HSL color Cylindrical-coordinate representation of color #1F53C3: hue angle of 220.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F53C3 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3183195-
CMYK0.840.5700.24
HSL220.98º72.57%44.31%-
HSV(B)220.98º84.1%76.47%-
XYZ13.5110.4252.93-
YUV80.22192.7792.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.03%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 195 (76.56% from 255) = 63.11%
R=10.03%
G=26.86%
B=63.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31831950.840.5700.24220.9872.5744.31
Hex1F53C35439018dd492c
Octal371233031247103033511154
Binary111111010011110000111010100111001011000110111011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F53C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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