Shades of Cerulean Blue #1F4BBF
Tints of Cerulean Blue #1F4BBF
RGB
CMYK
RGB Variations
Color information
#1F4BBF (or 0x1F4BBF) is known color: Cerulean Blue. HEX triplet: 1F, 4B and BF. RGB value is (31,75,191). Sum of RGB (Red+Green+Blue) = 31+75+191=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F4BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BBF is #E0B440. Grayscale: #4A4A4A. Windows color (decimal): -14726209 or 12536607. OLE color: 12536607.
HSL color Cylindrical-coordinate representation of color #1F4BBF: hue angle of 223.5º 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 #1F4BBF is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 75 | 191 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.25 |
| HSL | 223.5º | 0.72% | 0.44% | - |
| HSV(B) | 223.5º | 0.84% | 0.75% | - |
| XYZ | 12.49 | 9.09 | 50.39 | - |
| YUV | 75.07 | 193.42 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 191 | 0.84 | 0.61 | 0 | 0.25 | 223.5 | 0.72 | 0.44 |
| Hex | 1F | 4B | BF | 54 | 3D | 0 | 19 | E0 | 48 | 2C |
| Octal | 37 | 113 | 277 | 124 | 75 | 0 | 31 | 340 | 110 | 54 |
| Binary | 11111 | 1001011 | 10111111 | 1010100 | 111101 | 0 | 11001 | 11100000 | 1001000 | 101100 |
Color Harmonies of #1F4BBF
Complementary color
Monochromatic Colors of #1F4BBF
Black with #1F4BBF
Text Example
Text Example
White with #1F4BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4BBF; }
p { color: rgb(31,75,191); }
H1.HeaderClassName
{
color: #1F4BBF;
}
.AnyTagClassName
{
color: #1F4BBF;
}
</style>
background-color css
<style>
a { background-color: #1F4BBF; }
a { background-color: rgb(31,75,191); }
div.DivClassName
{
background-color: #1F4BBF;
}
.BgClassName
{
background-color: #1F4BBF;
}
</style>
border-color css
<style>
span { border-color: #1F4BBF; }
span { border-color: rgb(31,75,191); }
td.TdClassName
{
border-color: #1F4BBF;
}
.TagClassName
{
border-color: #1F4BBF;
}
</style>