Shades of Cerulean Blue #1F5BCF
Tints of Cerulean Blue #1F5BCF
RGB
CMYK
RGB Variations
Color information
#1F5BCF (or 0x1F5BCF) is known color: Cerulean Blue. HEX triplet: 1F, 5B and CF. RGB value is (31,91,207). Sum of RGB (Red+Green+Blue) = 31+91+207=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F5BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5BCF is #E0A430. Grayscale: #555555. Windows color (decimal): -14722097 or 13589279. OLE color: 13589279.
HSL color Cylindrical-coordinate representation of color #1F5BCF: hue angle of 219.55º 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 #1F5BCF is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 91 | 207 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.19 |
| HSL | 219.55º | 0.74% | 0.47% | - |
| HSV(B) | 219.55º | 0.85% | 0.81% | - |
| XYZ | 15.57 | 12.28 | 60.58 | - |
| YUV | 86.28 | 196.12 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 207 | 0.85 | 0.56 | 0 | 0.19 | 219.55 | 0.74 | 0.47 |
| Hex | 1F | 5B | CF | 55 | 38 | 0 | 13 | DC | 4A | 2F |
| Octal | 37 | 133 | 317 | 125 | 70 | 0 | 23 | 334 | 112 | 57 |
| Binary | 11111 | 1011011 | 11001111 | 1010101 | 111000 | 0 | 10011 | 11011100 | 1001010 | 101111 |
Color Harmonies of #1F5BCF
Complementary color
Monochromatic Colors of #1F5BCF
Black with #1F5BCF
Text Example
Text Example
White with #1F5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5BCF; }
p { color: rgb(31,91,207); }
H1.HeaderClassName
{
color: #1F5BCF;
}
.AnyTagClassName
{
color: #1F5BCF;
}
</style>
background-color css
<style>
a { background-color: #1F5BCF; }
a { background-color: rgb(31,91,207); }
div.DivClassName
{
background-color: #1F5BCF;
}
.BgClassName
{
background-color: #1F5BCF;
}
</style>
border-color css
<style>
span { border-color: #1F5BCF; }
span { border-color: rgb(31,91,207); }
td.TdClassName
{
border-color: #1F5BCF;
}
.TagClassName
{
border-color: #1F5BCF;
}
</style>