Shades of Cerulean Blue #1F4DCD
Tints of Cerulean Blue #1F4DCD
RGB
CMYK
RGB Variations
Color information
#1F4DCD (or 0x1F4DCD) is known color: Cerulean Blue. HEX triplet: 1F, 4D and CD. RGB value is (31,77,205). Sum of RGB (Red+Green+Blue) = 31+77+205=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4DCD is #E0B232. Grayscale: #4D4D4D. Windows color (decimal): -14725683 or 13454623. OLE color: 13454623.
HSL color Cylindrical-coordinate representation of color #1F4DCD: hue angle of 224.14º 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 #1F4DCD is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 77 | 205 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.20 |
| HSL | 224.14º | 0.74% | 0.46% | - |
| HSV(B) | 224.14º | 0.85% | 0.8% | - |
| XYZ | 14.24 | 10.01 | 58.94 | - |
| YUV | 77.84 | 199.76 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 205 | 0.85 | 0.62 | 0 | 0.20 | 224.14 | 0.74 | 0.46 |
| Hex | 1F | 4D | CD | 55 | 3E | 0 | 14 | E0 | 4A | 2E |
| Octal | 37 | 115 | 315 | 125 | 76 | 0 | 24 | 340 | 112 | 56 |
| Binary | 11111 | 1001101 | 11001101 | 1010101 | 111110 | 0 | 10100 | 11100000 | 1001010 | 101110 |
Color Harmonies of #1F4DCD
Complementary color
Monochromatic Colors of #1F4DCD
Black with #1F4DCD
Text Example
Text Example
White with #1F4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4DCD; }
p { color: rgb(31,77,205); }
H1.HeaderClassName
{
color: #1F4DCD;
}
.AnyTagClassName
{
color: #1F4DCD;
}
</style>
background-color css
<style>
a { background-color: #1F4DCD; }
a { background-color: rgb(31,77,205); }
div.DivClassName
{
background-color: #1F4DCD;
}
.BgClassName
{
background-color: #1F4DCD;
}
</style>
border-color css
<style>
span { border-color: #1F4DCD; }
span { border-color: rgb(31,77,205); }
td.TdClassName
{
border-color: #1F4DCD;
}
.TagClassName
{
border-color: #1F4DCD;
}
</style>