Shades of Cerulean Blue #1F4CD3
Tints of Cerulean Blue #1F4CD3
RGB
CMYK
RGB Variations
Color information
#1F4CD3 (or 0x1F4CD3) is known color: Cerulean Blue. HEX triplet: 1F, 4C and D3. RGB value is (31,76,211). Sum of RGB (Red+Green+Blue) = 31+76+211=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 211 (82.81% from 255 or 66.35% from 318); Max value from RGB is 211 - color contains mainly: blue. Hex color #1F4CD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4CD3 is #E0B32C. Grayscale: #4D4D4D. Windows color (decimal): -14725933 or 13847583. OLE color: 13847583.
HSL color Cylindrical-coordinate representation of color #1F4CD3: hue angle of 225º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4CD3 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 76 | 211 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.17 |
| HSL | 225º | 0.74% | 0.47% | - |
| HSV(B) | 225º | 0.85% | 0.83% | - |
| XYZ | 14.91 | 10.16 | 62.8 | - |
| YUV | 77.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 211 | 0.85 | 0.64 | 0 | 0.17 | 225 | 0.74 | 0.47 |
| Hex | 1F | 4C | D3 | 55 | 40 | 0 | 11 | E1 | 4A | 2F |
| Octal | 37 | 114 | 323 | 125 | 100 | 0 | 21 | 341 | 112 | 57 |
| Binary | 11111 | 1001100 | 11010011 | 1010101 | 1000000 | 0 | 10001 | 11100001 | 1001010 | 101111 |
Color Harmonies of #1F4CD3
Complementary color
Monochromatic Colors of #1F4CD3
Black with #1F4CD3
Text Example
Text Example
White with #1F4CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4CD3; }
p { color: rgb(31,76,211); }
H1.HeaderClassName
{
color: #1F4CD3;
}
.AnyTagClassName
{
color: #1F4CD3;
}
</style>
background-color css
<style>
a { background-color: #1F4CD3; }
a { background-color: rgb(31,76,211); }
div.DivClassName
{
background-color: #1F4CD3;
}
.BgClassName
{
background-color: #1F4CD3;
}
</style>
border-color css
<style>
span { border-color: #1F4CD3; }
span { border-color: rgb(31,76,211); }
td.TdClassName
{
border-color: #1F4CD3;
}
.TagClassName
{
border-color: #1F4CD3;
}
</style>