Shades of Cerulean Blue #1F51CF
Tints of Cerulean Blue #1F51CF
RGB
CMYK
RGB Variations
Color information
#1F51CF (or 0x1F51CF) is known color: Cerulean Blue. HEX triplet: 1F, 51 and CF. RGB value is (31,81,207). Sum of RGB (Red+Green+Blue) = 31+81+207=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F51CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F51CF is #E0AE30. Grayscale: #4F4F4F. Windows color (decimal): -14724657 or 13586719. OLE color: 13586719.
HSL color Cylindrical-coordinate representation of color #1F51CF: hue angle of 222.95º 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 #1F51CF is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 81 | 207 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.19 |
| HSL | 222.95º | 0.74% | 0.47% | - |
| HSV(B) | 222.95º | 0.85% | 0.81% | - |
| XYZ | 14.77 | 10.68 | 60.31 | - |
| YUV | 80.41 | 199.44 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 207 | 0.85 | 0.61 | 0 | 0.19 | 222.95 | 0.74 | 0.47 |
| Hex | 1F | 51 | CF | 55 | 3D | 0 | 13 | DF | 4A | 2F |
| Octal | 37 | 121 | 317 | 125 | 75 | 0 | 23 | 337 | 112 | 57 |
| Binary | 11111 | 1010001 | 11001111 | 1010101 | 111101 | 0 | 10011 | 11011111 | 1001010 | 101111 |
Color Harmonies of #1F51CF
Complementary color
Monochromatic Colors of #1F51CF
Black with #1F51CF
Text Example
Text Example
White with #1F51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F51CF; }
p { color: rgb(31,81,207); }
H1.HeaderClassName
{
color: #1F51CF;
}
.AnyTagClassName
{
color: #1F51CF;
}
</style>
background-color css
<style>
a { background-color: #1F51CF; }
a { background-color: rgb(31,81,207); }
div.DivClassName
{
background-color: #1F51CF;
}
.BgClassName
{
background-color: #1F51CF;
}
</style>
border-color css
<style>
span { border-color: #1F51CF; }
span { border-color: rgb(31,81,207); }
td.TdClassName
{
border-color: #1F51CF;
}
.TagClassName
{
border-color: #1F51CF;
}
</style>