Shades of Cerulean Blue #1F58DE
Tints of Cerulean Blue #1F58DE
RGB
CMYK
RGB Variations
Color information
#1F58DE (or 0x1F58DE) is known color: Cerulean Blue. HEX triplet: 1F, 58 and DE. RGB value is (31,88,222). Sum of RGB (Red+Green+Blue) = 31+88+222=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F58DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F58DE is #E0A721. Grayscale: #555555. Windows color (decimal): -14722850 or 14571551. OLE color: 14571551.
HSL color Cylindrical-coordinate representation of color #1F58DE: hue angle of 222.09º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F58DE is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 88 | 222 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.13 |
| HSL | 222.09º | 0.75% | 0.5% | - |
| HSV(B) | 222.09º | 0.86% | 0.87% | - |
| XYZ | 17.24 | 12.54 | 70.62 | - |
| YUV | 86.23 | 204.62 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 222 | 0.86 | 0.60 | 0 | 0.13 | 222.09 | 0.75 | 0.5 |
| Hex | 1F | 58 | DE | 56 | 3C | 0 | D | DE | 4B | 32 |
| Octal | 37 | 130 | 336 | 126 | 74 | 0 | 15 | 336 | 113 | 62 |
| Binary | 11111 | 1011000 | 11011110 | 1010110 | 111100 | 0 | 1101 | 11011110 | 1001011 | 110010 |
Color Harmonies of #1F58DE
Complementary color
Monochromatic Colors of #1F58DE
Black with #1F58DE
Text Example
Text Example
White with #1F58DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F58DE; }
p { color: rgb(31,88,222); }
H1.HeaderClassName
{
color: #1F58DE;
}
.AnyTagClassName
{
color: #1F58DE;
}
</style>
background-color css
<style>
a { background-color: #1F58DE; }
a { background-color: rgb(31,88,222); }
div.DivClassName
{
background-color: #1F58DE;
}
.BgClassName
{
background-color: #1F58DE;
}
</style>
border-color css
<style>
span { border-color: #1F58DE; }
span { border-color: rgb(31,88,222); }
td.TdClassName
{
border-color: #1F58DE;
}
.TagClassName
{
border-color: #1F58DE;
}
</style>