Shades of Cerulean Blue #1F4BBC
Tints of Cerulean Blue #1F4BBC
RGB
CMYK
RGB Variations
Color information
#1F4BBC (or 0x1F4BBC) is known color: Cerulean Blue. HEX triplet: 1F, 4B and BC. RGB value is (31,75,188). Sum of RGB (Red+Green+Blue) = 31+75+188=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F4BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BBC is #E0B443. Grayscale: #4A4A4A. Windows color (decimal): -14726212 or 12339999. OLE color: 12339999.
HSL color Cylindrical-coordinate representation of color #1F4BBC: hue angle of 223.18º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4BBC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 75 | 188 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.26 |
| HSL | 223.18º | 0.72% | 0.43% | - |
| HSV(B) | 223.18º | 0.84% | 0.74% | - |
| XYZ | 12.16 | 8.95 | 48.66 | - |
| YUV | 74.73 | 191.92 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 188 | 0.84 | 0.60 | 0 | 0.26 | 223.18 | 0.72 | 0.43 |
| Hex | 1F | 4B | BC | 54 | 3C | 0 | 1A | DF | 48 | 2B |
| Octal | 37 | 113 | 274 | 124 | 74 | 0 | 32 | 337 | 110 | 53 |
| Binary | 11111 | 1001011 | 10111100 | 1010100 | 111100 | 0 | 11010 | 11011111 | 1001000 | 101011 |
Color Harmonies of #1F4BBC
Complementary color
Monochromatic Colors of #1F4BBC
Black with #1F4BBC
Text Example
Text Example
White with #1F4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4BBC; }
p { color: rgb(31,75,188); }
H1.HeaderClassName
{
color: #1F4BBC;
}
.AnyTagClassName
{
color: #1F4BBC;
}
</style>
background-color css
<style>
a { background-color: #1F4BBC; }
a { background-color: rgb(31,75,188); }
div.DivClassName
{
background-color: #1F4BBC;
}
.BgClassName
{
background-color: #1F4BBC;
}
</style>
border-color css
<style>
span { border-color: #1F4BBC; }
span { border-color: rgb(31,75,188); }
td.TdClassName
{
border-color: #1F4BBC;
}
.TagClassName
{
border-color: #1F4BBC;
}
</style>