Shades of Cerulean Blue #1F4BCE
Tints of Cerulean Blue #1F4BCE
RGB
CMYK
RGB Variations
Color information
#1F4BCE (or 0x1F4BCE) is known color: Cerulean Blue. HEX triplet: 1F, 4B and CE. RGB value is (31,75,206). Sum of RGB (Red+Green+Blue) = 31+75+206=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F4BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BCE is #E0B431. Grayscale: #4C4C4C. Windows color (decimal): -14726194 or 13519647. OLE color: 13519647.
HSL color Cylindrical-coordinate representation of color #1F4BCE: hue angle of 224.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4BCE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 75 | 206 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.19 |
| HSL | 224.91º | 0.74% | 0.46% | - |
| HSV(B) | 224.91º | 0.85% | 0.81% | - |
| XYZ | 14.22 | 9.78 | 59.53 | - |
| YUV | 76.78 | 200.92 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 206 | 0.85 | 0.64 | 0 | 0.19 | 224.91 | 0.74 | 0.46 |
| Hex | 1F | 4B | CE | 55 | 40 | 0 | 13 | E1 | 4A | 2E |
| Octal | 37 | 113 | 316 | 125 | 100 | 0 | 23 | 341 | 112 | 56 |
| Binary | 11111 | 1001011 | 11001110 | 1010101 | 1000000 | 0 | 10011 | 11100001 | 1001010 | 101110 |
Color Harmonies of #1F4BCE
Complementary color
Monochromatic Colors of #1F4BCE
Black with #1F4BCE
Text Example
Text Example
White with #1F4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4BCE; }
p { color: rgb(31,75,206); }
H1.HeaderClassName
{
color: #1F4BCE;
}
.AnyTagClassName
{
color: #1F4BCE;
}
</style>
background-color css
<style>
a { background-color: #1F4BCE; }
a { background-color: rgb(31,75,206); }
div.DivClassName
{
background-color: #1F4BCE;
}
.BgClassName
{
background-color: #1F4BCE;
}
</style>
border-color css
<style>
span { border-color: #1F4BCE; }
span { border-color: rgb(31,75,206); }
td.TdClassName
{
border-color: #1F4BCE;
}
.TagClassName
{
border-color: #1F4BCE;
}
</style>