Shades of Cerulean Blue #1F4ACE
Tints of Cerulean Blue #1F4ACE
RGB
CMYK
RGB Variations
Color information
#1F4ACE (or 0x1F4ACE) is known color: Cerulean Blue. HEX triplet: 1F, 4A and CE. RGB value is (31,74,206). Sum of RGB (Red+Green+Blue) = 31+74+206=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4ACE is #E0B531. Grayscale: #4B4B4B. Windows color (decimal): -14726450 or 13519391. OLE color: 13519391.
HSL color Cylindrical-coordinate representation of color #1F4ACE: hue angle of 225.26º 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 #1F4ACE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 74 | 206 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.19 |
| HSL | 225.26º | 0.74% | 0.46% | - |
| HSV(B) | 225.26º | 0.85% | 0.81% | - |
| XYZ | 14.15 | 9.65 | 59.51 | - |
| YUV | 76.19 | 201.25 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 206 | 0.85 | 0.64 | 0 | 0.19 | 225.26 | 0.74 | 0.46 |
| Hex | 1F | 4A | CE | 55 | 40 | 0 | 13 | E1 | 4A | 2E |
| Octal | 37 | 112 | 316 | 125 | 100 | 0 | 23 | 341 | 112 | 56 |
| Binary | 11111 | 1001010 | 11001110 | 1010101 | 1000000 | 0 | 10011 | 11100001 | 1001010 | 101110 |
Color Harmonies of #1F4ACE
Complementary color
Monochromatic Colors of #1F4ACE
Black with #1F4ACE
Text Example
Text Example
White with #1F4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4ACE; }
p { color: rgb(31,74,206); }
H1.HeaderClassName
{
color: #1F4ACE;
}
.AnyTagClassName
{
color: #1F4ACE;
}
</style>
background-color css
<style>
a { background-color: #1F4ACE; }
a { background-color: rgb(31,74,206); }
div.DivClassName
{
background-color: #1F4ACE;
}
.BgClassName
{
background-color: #1F4ACE;
}
</style>
border-color css
<style>
span { border-color: #1F4ACE; }
span { border-color: rgb(31,74,206); }
td.TdClassName
{
border-color: #1F4ACE;
}
.TagClassName
{
border-color: #1F4ACE;
}
</style>