Shades of Cerulean Blue #1F4ACB
Tints of Cerulean Blue #1F4ACB
RGB
CMYK
RGB Variations
Color information
#1F4ACB (or 0x1F4ACB) is known color: Cerulean Blue. HEX triplet: 1F, 4A and CB. RGB value is (31,74,203). Sum of RGB (Red+Green+Blue) = 31+74+203=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F4ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4ACB is #E0B534. Grayscale: #4B4B4B. Windows color (decimal): -14726453 or 13322783. OLE color: 13322783.
HSL color Cylindrical-coordinate representation of color #1F4ACB: hue angle of 225º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4ACB is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 74 | 203 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.20 |
| HSL | 225º | 0.74% | 0.46% | - |
| HSV(B) | 225º | 0.85% | 0.8% | - |
| XYZ | 13.79 | 9.5 | 57.61 | - |
| YUV | 75.85 | 199.75 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 203 | 0.85 | 0.64 | 0 | 0.20 | 225 | 0.74 | 0.46 |
| Hex | 1F | 4A | CB | 55 | 40 | 0 | 14 | E1 | 4A | 2E |
| Octal | 37 | 112 | 313 | 125 | 100 | 0 | 24 | 341 | 112 | 56 |
| Binary | 11111 | 1001010 | 11001011 | 1010101 | 1000000 | 0 | 10100 | 11100001 | 1001010 | 101110 |
Color Harmonies of #1F4ACB
Complementary color
Monochromatic Colors of #1F4ACB
Black with #1F4ACB
Text Example
Text Example
White with #1F4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4ACB; }
p { color: rgb(31,74,203); }
H1.HeaderClassName
{
color: #1F4ACB;
}
.AnyTagClassName
{
color: #1F4ACB;
}
</style>
background-color css
<style>
a { background-color: #1F4ACB; }
a { background-color: rgb(31,74,203); }
div.DivClassName
{
background-color: #1F4ACB;
}
.BgClassName
{
background-color: #1F4ACB;
}
</style>
border-color css
<style>
span { border-color: #1F4ACB; }
span { border-color: rgb(31,74,203); }
td.TdClassName
{
border-color: #1F4ACB;
}
.TagClassName
{
border-color: #1F4ACB;
}
</style>