Shades of Cerulean Blue #1F56CF
Tints of Cerulean Blue #1F56CF
RGB
CMYK
RGB Variations
Color information
#1F56CF (or 0x1F56CF) is known color: Cerulean Blue. HEX triplet: 1F, 56 and CF. RGB value is (31,86,207). Sum of RGB (Red+Green+Blue) = 31+86+207=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F56CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F56CF is #E0A930. Grayscale: #525252. Windows color (decimal): -14723377 or 13587999. OLE color: 13587999.
HSL color Cylindrical-coordinate representation of color #1F56CF: hue angle of 221.25º 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 #1F56CF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 86 | 207 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.19 |
| HSL | 221.25º | 0.74% | 0.47% | - |
| HSV(B) | 221.25º | 0.85% | 0.81% | - |
| XYZ | 15.16 | 11.45 | 60.44 | - |
| YUV | 83.35 | 197.78 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 207 | 0.85 | 0.58 | 0 | 0.19 | 221.25 | 0.74 | 0.47 |
| Hex | 1F | 56 | CF | 55 | 3A | 0 | 13 | DD | 4A | 2F |
| Octal | 37 | 126 | 317 | 125 | 72 | 0 | 23 | 335 | 112 | 57 |
| Binary | 11111 | 1010110 | 11001111 | 1010101 | 111010 | 0 | 10011 | 11011101 | 1001010 | 101111 |
Color Harmonies of #1F56CF
Complementary color
Monochromatic Colors of #1F56CF
Black with #1F56CF
Text Example
Text Example
White with #1F56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F56CF; }
p { color: rgb(31,86,207); }
H1.HeaderClassName
{
color: #1F56CF;
}
.AnyTagClassName
{
color: #1F56CF;
}
</style>
background-color css
<style>
a { background-color: #1F56CF; }
a { background-color: rgb(31,86,207); }
div.DivClassName
{
background-color: #1F56CF;
}
.BgClassName
{
background-color: #1F56CF;
}
</style>
border-color css
<style>
span { border-color: #1F56CF; }
span { border-color: rgb(31,86,207); }
td.TdClassName
{
border-color: #1F56CF;
}
.TagClassName
{
border-color: #1F56CF;
}
</style>