Shades of Cerulean Blue #1F59CC
Tints of Cerulean Blue #1F59CC
RGB
CMYK
RGB Variations
Color information
#1F59CC (or 0x1F59CC) is known color: Cerulean Blue. HEX triplet: 1F, 59 and CC. RGB value is (31,89,204). Sum of RGB (Red+Green+Blue) = 31+89+204=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F59CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F59CC is #E0A633. Grayscale: #545454. Windows color (decimal): -14722612 or 13392159. OLE color: 13392159.
HSL color Cylindrical-coordinate representation of color #1F59CC: hue angle of 219.88º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F59CC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 89 | 204 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.2 |
| HSL | 219.88º | 0.74% | 0.46% | - |
| HSV(B) | 219.88º | 0.85% | 0.8% | - |
| XYZ | 15.04 | 11.8 | 58.61 | - |
| YUV | 84.77 | 195.28 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 204 | 0.85 | 0.56 | 0 | 0.2 | 219.88 | 0.74 | 0.46 |
| Hex | 1F | 59 | CC | 55 | 38 | 0 | 14 | DC | 4A | 2E |
| Octal | 37 | 131 | 314 | 125 | 70 | 0 | 24 | 334 | 112 | 56 |
| Binary | 11111 | 1011001 | 11001100 | 1010101 | 111000 | 0 | 10100 | 11011100 | 1001010 | 101110 |
Color Harmonies of #1F59CC
Complementary color
Monochromatic Colors of #1F59CC
Black with #1F59CC
Text Example
Text Example
White with #1F59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F59CC; }
p { color: rgb(31,89,204); }
H1.HeaderClassName
{
color: #1F59CC;
}
.AnyTagClassName
{
color: #1F59CC;
}
</style>
background-color css
<style>
a { background-color: #1F59CC; }
a { background-color: rgb(31,89,204); }
div.DivClassName
{
background-color: #1F59CC;
}
.BgClassName
{
background-color: #1F59CC;
}
</style>
border-color css
<style>
span { border-color: #1F59CC; }
span { border-color: rgb(31,89,204); }
td.TdClassName
{
border-color: #1F59CC;
}
.TagClassName
{
border-color: #1F59CC;
}
</style>