Shades of Cerulean Blue #1F59CE
Tints of Cerulean Blue #1F59CE
RGB
CMYK
RGB Variations
Color information
#1F59CE (or 0x1F59CE) is known color: Cerulean Blue. HEX triplet: 1F, 59 and CE. RGB value is (31,89,206). Sum of RGB (Red+Green+Blue) = 31+89+206=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F59CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F59CE is #E0A631. Grayscale: #545454. Windows color (decimal): -14722610 or 13523231. OLE color: 13523231.
HSL color Cylindrical-coordinate representation of color #1F59CE: hue angle of 220.11º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F59CE is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 89 | 206 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.19 |
| HSL | 220.11º | 0.74% | 0.46% | - |
| HSV(B) | 220.11º | 0.85% | 0.81% | - |
| XYZ | 15.28 | 11.89 | 59.88 | - |
| YUV | 85 | 196.28 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 206 | 0.85 | 0.57 | 0 | 0.19 | 220.11 | 0.74 | 0.46 |
| Hex | 1F | 59 | CE | 55 | 39 | 0 | 13 | DC | 4A | 2E |
| Octal | 37 | 131 | 316 | 125 | 71 | 0 | 23 | 334 | 112 | 56 |
| Binary | 11111 | 1011001 | 11001110 | 1010101 | 111001 | 0 | 10011 | 11011100 | 1001010 | 101110 |
Color Harmonies of #1F59CE
Complementary color
Monochromatic Colors of #1F59CE
Black with #1F59CE
Text Example
Text Example
White with #1F59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F59CE; }
p { color: rgb(31,89,206); }
H1.HeaderClassName
{
color: #1F59CE;
}
.AnyTagClassName
{
color: #1F59CE;
}
</style>
background-color css
<style>
a { background-color: #1F59CE; }
a { background-color: rgb(31,89,206); }
div.DivClassName
{
background-color: #1F59CE;
}
.BgClassName
{
background-color: #1F59CE;
}
</style>
border-color css
<style>
span { border-color: #1F59CE; }
span { border-color: rgb(31,89,206); }
td.TdClassName
{
border-color: #1F59CE;
}
.TagClassName
{
border-color: #1F59CE;
}
</style>