#1F54C2

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

Shades of Cerulean Blue #1F54C2

Tints of Cerulean Blue #1F54C2

Color information

#1F54C2 (or 0x1F54C2) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 54 and C2. RGB value is (31,84,194). Sum of RGB (Red+Green+Blue) = 31+84+194=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #1F54C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F54C2 is #E0AB3D. Grayscale: #505050. Windows color (decimal): -14723902 or 12735519. OLE color: 12735519.

HSL color Cylindrical-coordinate representation of color #1F54C2: hue angle of 220.49º degrees, saturation: 0.72, 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 #1F54C2 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3184194-
CMYK0.840.5700.24
HSL220.49º72.44%44.12%-
HSV(B)220.49º84.02%76.08%-
XYZ13.4710.5352.36-
YUV80.69191.9492.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.03%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 194 (76.17% from 255) = 62.78%
R=10.03%
G=27.18%
B=62.78%

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
Decimal31841940.840.5700.24220.4972.4444.12
Hex1F54C25439018dc482c
Octal371243021247103033411054
Binary111111010100110000101010100111001011000110111001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F54C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,194); }

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

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

 a { background-color: rgb(31,84,194); }

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

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

 span { border-color: rgb(31,84,194); }

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