#1F58C9

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

Shades of Cerulean Blue #1F58C9

Tints of Cerulean Blue #1F58C9

Color information

#1F58C9 (or 0x1F58C9) is unknown color: approx Cerulean Blue. HEX triplet: 1F, 58 and C9. RGB value is (31,88,201). Sum of RGB (Red+Green+Blue) = 31+88+201=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 201 (78.91% from 255 or 62.81% from 320); Max value from RGB is 201 - color contains mainly: blue. Hex color #1F58C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F58C9 is #E0A736. Grayscale: #535353. Windows color (decimal): -14722871 or 13195295. OLE color: 13195295.

HSL color Cylindrical-coordinate representation of color #1F58C9: hue angle of 219.88º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F58C9 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3188201-
CMYK0.850.5600.21
HSL219.88º73.28%45.49%-
HSV(B)219.88º84.58%78.82%-
XYZ14.611.4956.71-
YUV83.84194.1290.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.69%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 201 (78.91% from 255) = 62.81%
R=9.69%
G=27.5%
B=62.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31882010.850.5600.21219.8873.2845.49
Hex1F58C95538015dc492d
Octal371303111257002533411155
Binary111111011000110010011010101111000010101110111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F58C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,88,201); }

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

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

 a { background-color: rgb(31,88,201); }

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

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

 span { border-color: rgb(31,88,201); }

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