Shades of Cerulean Blue #1F57CF
Tints of Cerulean Blue #1F57CF
RGB
CMYK
RGB Variations
Color information
#1F57CF (or 0x1F57CF) is known color: Cerulean Blue. HEX triplet: 1F, 57 and CF. RGB value is (31,87,207). Sum of RGB (Red+Green+Blue) = 31+87+207=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F57CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F57CF is #E0A830. Grayscale: #535353. Windows color (decimal): -14723121 or 13588255. OLE color: 13588255.
HSL color Cylindrical-coordinate representation of color #1F57CF: hue angle of 220.91º 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 #1F57CF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 87 | 207 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.19 |
| HSL | 220.91º | 0.74% | 0.47% | - |
| HSV(B) | 220.91º | 0.85% | 0.81% | - |
| XYZ | 15.24 | 11.61 | 60.47 | - |
| YUV | 83.94 | 197.45 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 207 | 0.85 | 0.58 | 0 | 0.19 | 220.91 | 0.74 | 0.47 |
| Hex | 1F | 57 | CF | 55 | 3A | 0 | 13 | DD | 4A | 2F |
| Octal | 37 | 127 | 317 | 125 | 72 | 0 | 23 | 335 | 112 | 57 |
| Binary | 11111 | 1010111 | 11001111 | 1010101 | 111010 | 0 | 10011 | 11011101 | 1001010 | 101111 |
Color Harmonies of #1F57CF
Complementary color
Monochromatic Colors of #1F57CF
Black with #1F57CF
Text Example
Text Example
White with #1F57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F57CF; }
p { color: rgb(31,87,207); }
H1.HeaderClassName
{
color: #1F57CF;
}
.AnyTagClassName
{
color: #1F57CF;
}
</style>
background-color css
<style>
a { background-color: #1F57CF; }
a { background-color: rgb(31,87,207); }
div.DivClassName
{
background-color: #1F57CF;
}
.BgClassName
{
background-color: #1F57CF;
}
</style>
border-color css
<style>
span { border-color: #1F57CF; }
span { border-color: rgb(31,87,207); }
td.TdClassName
{
border-color: #1F57CF;
}
.TagClassName
{
border-color: #1F57CF;
}
</style>