Shades of Cerulean Blue #1F4CD5
Tints of Cerulean Blue #1F4CD5
RGB
CMYK
RGB Variations
Color information
#1F4CD5 (or 0x1F4CD5) is known color: Cerulean Blue. HEX triplet: 1F, 4C and D5. RGB value is (31,76,213). Sum of RGB (Red+Green+Blue) = 31+76+213=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 213 (83.59% from 255 or 66.56% from 320); Max value from RGB is 213 - color contains mainly: blue. Hex color #1F4CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4CD5 is #E0B32A. Grayscale: #4D4D4D. Windows color (decimal): -14725931 or 13978655. OLE color: 13978655.
HSL color Cylindrical-coordinate representation of color #1F4CD5: hue angle of 225.16º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4CD5 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 76 | 213 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.16 |
| HSL | 225.16º | 0.75% | 0.48% | - |
| HSV(B) | 225.16º | 0.85% | 0.84% | - |
| XYZ | 15.16 | 10.26 | 64.13 | - |
| YUV | 78.16 | 204.09 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 213 | 0.85 | 0.64 | 0 | 0.16 | 225.16 | 0.75 | 0.48 |
| Hex | 1F | 4C | D5 | 55 | 40 | 0 | 10 | E1 | 4B | 30 |
| Octal | 37 | 114 | 325 | 125 | 100 | 0 | 20 | 341 | 113 | 60 |
| Binary | 11111 | 1001100 | 11010101 | 1010101 | 1000000 | 0 | 10000 | 11100001 | 1001011 | 110000 |
Color Harmonies of #1F4CD5
Complementary color
Monochromatic Colors of #1F4CD5
Black with #1F4CD5
Text Example
Text Example
White with #1F4CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4CD5; }
p { color: rgb(31,76,213); }
H1.HeaderClassName
{
color: #1F4CD5;
}
.AnyTagClassName
{
color: #1F4CD5;
}
</style>
background-color css
<style>
a { background-color: #1F4CD5; }
a { background-color: rgb(31,76,213); }
div.DivClassName
{
background-color: #1F4CD5;
}
.BgClassName
{
background-color: #1F4CD5;
}
</style>
border-color css
<style>
span { border-color: #1F4CD5; }
span { border-color: rgb(31,76,213); }
td.TdClassName
{
border-color: #1F4CD5;
}
.TagClassName
{
border-color: #1F4CD5;
}
</style>