Shades of Cerulean Blue #1F4CBC
Tints of Cerulean Blue #1F4CBC
RGB
CMYK
RGB Variations
Color information
#1F4CBC (or 0x1F4CBC) is known color: Cerulean Blue. HEX triplet: 1F, 4C and BC. RGB value is (31,76,188). Sum of RGB (Red+Green+Blue) = 31+76+188=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F4CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4CBC is #E0B343. Grayscale: #4A4A4A. Windows color (decimal): -14725956 or 12340255. OLE color: 12340255.
HSL color Cylindrical-coordinate representation of color #1F4CBC: hue angle of 222.8º 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 #1F4CBC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 76 | 188 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.26 |
| HSL | 222.8º | 0.72% | 0.43% | - |
| HSV(B) | 222.8º | 0.84% | 0.74% | - |
| XYZ | 12.23 | 9.09 | 48.69 | - |
| YUV | 75.31 | 191.59 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 188 | 0.84 | 0.60 | 0 | 0.26 | 222.8 | 0.72 | 0.43 |
| Hex | 1F | 4C | BC | 54 | 3C | 0 | 1A | DF | 48 | 2B |
| Octal | 37 | 114 | 274 | 124 | 74 | 0 | 32 | 337 | 110 | 53 |
| Binary | 11111 | 1001100 | 10111100 | 1010100 | 111100 | 0 | 11010 | 11011111 | 1001000 | 101011 |
Color Harmonies of #1F4CBC
Complementary color
Monochromatic Colors of #1F4CBC
Black with #1F4CBC
Text Example
Text Example
White with #1F4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4CBC; }
p { color: rgb(31,76,188); }
H1.HeaderClassName
{
color: #1F4CBC;
}
.AnyTagClassName
{
color: #1F4CBC;
}
</style>
background-color css
<style>
a { background-color: #1F4CBC; }
a { background-color: rgb(31,76,188); }
div.DivClassName
{
background-color: #1F4CBC;
}
.BgClassName
{
background-color: #1F4CBC;
}
</style>
border-color css
<style>
span { border-color: #1F4CBC; }
span { border-color: rgb(31,76,188); }
td.TdClassName
{
border-color: #1F4CBC;
}
.TagClassName
{
border-color: #1F4CBC;
}
</style>