#1F55C2

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

Shades of Cerulean Blue #1F55C2

Tints of Cerulean Blue #1F55C2

Color information

#1F55C2 (or 0x1F55C2) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 55 and C2. RGB value is (31,85,194). Sum of RGB (Red+Green+Blue) = 31+85+194=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #1F55C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F55C2 is #E0AA3D. Grayscale: #505050. Windows color (decimal): -14723646 or 12735775. OLE color: 12735775.

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

Color convert

RGB3185194-
CMYK0.840.5600.24
HSL220.12º72.44%44.12%-
HSV(B)220.12º84.02%76.08%-
XYZ13.5510.6852.39-
YUV81.28191.6192.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 194 (76.17% from 255) = 62.58%
R=10%
G=27.42%
B=62.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31851940.840.5600.24220.1272.4444.12
Hex1F55C25438018dc482c
Octal371253021247003033411054
Binary111111010101110000101010100111000011000110111001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F55C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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