Shades of Cerulean Blue #1F4BCF
Tints of Cerulean Blue #1F4BCF
RGB
CMYK
RGB Variations
Color information
#1F4BCF (or 0x1F4BCF) is known color: Cerulean Blue. HEX triplet: 1F, 4B and CF. RGB value is (31,75,207). Sum of RGB (Red+Green+Blue) = 31+75+207=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F4BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BCF is #E0B430. Grayscale: #4C4C4C. Windows color (decimal): -14726193 or 13585183. OLE color: 13585183.
HSL color Cylindrical-coordinate representation of color #1F4BCF: hue angle of 225º 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 #1F4BCF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 75 | 207 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.19 |
| HSL | 225º | 0.74% | 0.47% | - |
| HSV(B) | 225º | 0.85% | 0.81% | - |
| XYZ | 14.34 | 9.83 | 60.17 | - |
| YUV | 76.89 | 201.42 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 207 | 0.85 | 0.64 | 0 | 0.19 | 225 | 0.74 | 0.47 |
| Hex | 1F | 4B | CF | 55 | 40 | 0 | 13 | E1 | 4A | 2F |
| Octal | 37 | 113 | 317 | 125 | 100 | 0 | 23 | 341 | 112 | 57 |
| Binary | 11111 | 1001011 | 11001111 | 1010101 | 1000000 | 0 | 10011 | 11100001 | 1001010 | 101111 |
Color Harmonies of #1F4BCF
Complementary color
Monochromatic Colors of #1F4BCF
Black with #1F4BCF
Text Example
Text Example
White with #1F4BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4BCF; }
p { color: rgb(31,75,207); }
H1.HeaderClassName
{
color: #1F4BCF;
}
.AnyTagClassName
{
color: #1F4BCF;
}
</style>
background-color css
<style>
a { background-color: #1F4BCF; }
a { background-color: rgb(31,75,207); }
div.DivClassName
{
background-color: #1F4BCF;
}
.BgClassName
{
background-color: #1F4BCF;
}
</style>
border-color css
<style>
span { border-color: #1F4BCF; }
span { border-color: rgb(31,75,207); }
td.TdClassName
{
border-color: #1F4BCF;
}
.TagClassName
{
border-color: #1F4BCF;
}
</style>