Shades of Cerulean Blue #1F55CE
Tints of Cerulean Blue #1F55CE
RGB
CMYK
RGB Variations
Color information
#1F55CE (or 0x1F55CE) is known color: Cerulean Blue. HEX triplet: 1F, 55 and CE. RGB value is (31,85,206). Sum of RGB (Red+Green+Blue) = 31+85+206=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F55CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F55CE is #E0AA31. Grayscale: #525252. Windows color (decimal): -14723634 or 13522207. OLE color: 13522207.
HSL color Cylindrical-coordinate representation of color #1F55CE: hue angle of 221.49º 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 #1F55CE is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 85 | 206 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.19 |
| HSL | 221.49º | 0.74% | 0.46% | - |
| HSV(B) | 221.49º | 0.85% | 0.81% | - |
| XYZ | 14.95 | 11.24 | 59.77 | - |
| YUV | 82.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 206 | 0.85 | 0.59 | 0 | 0.19 | 221.49 | 0.74 | 0.46 |
| Hex | 1F | 55 | CE | 55 | 3B | 0 | 13 | DD | 4A | 2E |
| Octal | 37 | 125 | 316 | 125 | 73 | 0 | 23 | 335 | 112 | 56 |
| Binary | 11111 | 1010101 | 11001110 | 1010101 | 111011 | 0 | 10011 | 11011101 | 1001010 | 101110 |
Color Harmonies of #1F55CE
Complementary color
Monochromatic Colors of #1F55CE
Black with #1F55CE
Text Example
Text Example
White with #1F55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F55CE; }
p { color: rgb(31,85,206); }
H1.HeaderClassName
{
color: #1F55CE;
}
.AnyTagClassName
{
color: #1F55CE;
}
</style>
background-color css
<style>
a { background-color: #1F55CE; }
a { background-color: rgb(31,85,206); }
div.DivClassName
{
background-color: #1F55CE;
}
.BgClassName
{
background-color: #1F55CE;
}
</style>
border-color css
<style>
span { border-color: #1F55CE; }
span { border-color: rgb(31,85,206); }
td.TdClassName
{
border-color: #1F55CE;
}
.TagClassName
{
border-color: #1F55CE;
}
</style>