Shades of Cerulean Blue #1F4CBF
Tints of Cerulean Blue #1F4CBF
RGB
CMYK
RGB Variations
Color information
#1F4CBF (or 0x1F4CBF) is known color: Cerulean Blue. HEX triplet: 1F, 4C and BF. RGB value is (31,76,191). Sum of RGB (Red+Green+Blue) = 31+76+191=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F4CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4CBF is #E0B340. Grayscale: #4B4B4B. Windows color (decimal): -14725953 or 12536863. OLE color: 12536863.
HSL color Cylindrical-coordinate representation of color #1F4CBF: hue angle of 223.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4CBF is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 76 | 191 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.25 |
| HSL | 223.13º | 0.72% | 0.44% | - |
| HSV(B) | 223.13º | 0.84% | 0.75% | - |
| XYZ | 12.55 | 9.22 | 50.41 | - |
| YUV | 75.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 191 | 0.84 | 0.60 | 0 | 0.25 | 223.13 | 0.72 | 0.44 |
| Hex | 1F | 4C | BF | 54 | 3C | 0 | 19 | DF | 48 | 2C |
| Octal | 37 | 114 | 277 | 124 | 74 | 0 | 31 | 337 | 110 | 54 |
| Binary | 11111 | 1001100 | 10111111 | 1010100 | 111100 | 0 | 11001 | 11011111 | 1001000 | 101100 |
Color Harmonies of #1F4CBF
Complementary color
Monochromatic Colors of #1F4CBF
Black with #1F4CBF
Text Example
Text Example
White with #1F4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4CBF; }
p { color: rgb(31,76,191); }
H1.HeaderClassName
{
color: #1F4CBF;
}
.AnyTagClassName
{
color: #1F4CBF;
}
</style>
background-color css
<style>
a { background-color: #1F4CBF; }
a { background-color: rgb(31,76,191); }
div.DivClassName
{
background-color: #1F4CBF;
}
.BgClassName
{
background-color: #1F4CBF;
}
</style>
border-color css
<style>
span { border-color: #1F4CBF; }
span { border-color: rgb(31,76,191); }
td.TdClassName
{
border-color: #1F4CBF;
}
.TagClassName
{
border-color: #1F4CBF;
}
</style>