Shades of Cerulean Blue #1F59CF
Tints of Cerulean Blue #1F59CF
RGB
CMYK
RGB Variations
Color information
#1F59CF (or 0x1F59CF) is known color: Cerulean Blue. HEX triplet: 1F, 59 and CF. RGB value is (31,89,207). Sum of RGB (Red+Green+Blue) = 31+89+207=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F59CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F59CF is #E0A630. Grayscale: #545454. Windows color (decimal): -14722609 or 13588767. OLE color: 13588767.
HSL color Cylindrical-coordinate representation of color #1F59CF: hue angle of 220.23º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F59CF is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 89 | 207 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.19 |
| HSL | 220.23º | 0.74% | 0.47% | - |
| HSV(B) | 220.23º | 0.85% | 0.81% | - |
| XYZ | 15.4 | 11.94 | 60.52 | - |
| YUV | 85.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 89 | 207 | 0.85 | 0.57 | 0 | 0.19 | 220.23 | 0.74 | 0.47 |
| Hex | 1F | 59 | CF | 55 | 39 | 0 | 13 | DC | 4A | 2F |
| Octal | 37 | 131 | 317 | 125 | 71 | 0 | 23 | 334 | 112 | 57 |
| Binary | 11111 | 1011001 | 11001111 | 1010101 | 111001 | 0 | 10011 | 11011100 | 1001010 | 101111 |
Color Harmonies of #1F59CF
Complementary color
Monochromatic Colors of #1F59CF
Black with #1F59CF
Text Example
Text Example
White with #1F59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F59CF; }
p { color: rgb(31,89,207); }
H1.HeaderClassName
{
color: #1F59CF;
}
.AnyTagClassName
{
color: #1F59CF;
}
</style>
background-color css
<style>
a { background-color: #1F59CF; }
a { background-color: rgb(31,89,207); }
div.DivClassName
{
background-color: #1F59CF;
}
.BgClassName
{
background-color: #1F59CF;
}
</style>
border-color css
<style>
span { border-color: #1F59CF; }
span { border-color: rgb(31,89,207); }
td.TdClassName
{
border-color: #1F59CF;
}
.TagClassName
{
border-color: #1F59CF;
}
</style>