Shades of Cerulean Blue #1F4ABC
Tints of Cerulean Blue #1F4ABC
RGB
CMYK
RGB Variations
Color information
#1F4ABC (or 0x1F4ABC) is known color: Cerulean Blue. HEX triplet: 1F, 4A and BC. RGB value is (31,74,188). Sum of RGB (Red+Green+Blue) = 31+74+188=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F4ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4ABC is #E0B543. Grayscale: #494949. Windows color (decimal): -14726468 or 12339743. OLE color: 12339743.
HSL color Cylindrical-coordinate representation of color #1F4ABC: hue angle of 223.57º 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 #1F4ABC is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 74 | 188 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.26 |
| HSL | 223.57º | 0.72% | 0.43% | - |
| HSV(B) | 223.57º | 0.84% | 0.74% | - |
| XYZ | 12.09 | 8.82 | 48.64 | - |
| YUV | 74.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 188 | 0.84 | 0.61 | 0 | 0.26 | 223.57 | 0.72 | 0.43 |
| Hex | 1F | 4A | BC | 54 | 3D | 0 | 1A | E0 | 48 | 2B |
| Octal | 37 | 112 | 274 | 124 | 75 | 0 | 32 | 340 | 110 | 53 |
| Binary | 11111 | 1001010 | 10111100 | 1010100 | 111101 | 0 | 11010 | 11100000 | 1001000 | 101011 |
Color Harmonies of #1F4ABC
Complementary color
Monochromatic Colors of #1F4ABC
Black with #1F4ABC
Text Example
Text Example
White with #1F4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4ABC; }
p { color: rgb(31,74,188); }
H1.HeaderClassName
{
color: #1F4ABC;
}
.AnyTagClassName
{
color: #1F4ABC;
}
</style>
background-color css
<style>
a { background-color: #1F4ABC; }
a { background-color: rgb(31,74,188); }
div.DivClassName
{
background-color: #1F4ABC;
}
.BgClassName
{
background-color: #1F4ABC;
}
</style>
border-color css
<style>
span { border-color: #1F4ABC; }
span { border-color: rgb(31,74,188); }
td.TdClassName
{
border-color: #1F4ABC;
}
.TagClassName
{
border-color: #1F4ABC;
}
</style>