Shades of Cerulean Blue #1F54DD
Tints of Cerulean Blue #1F54DD
RGB
CMYK
RGB Variations
Color information
#1F54DD (or 0x1F54DD) is known color: Cerulean Blue. HEX triplet: 1F, 54 and DD. RGB value is (31,84,221). Sum of RGB (Red+Green+Blue) = 31+84+221=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F54DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F54DD is #E0AB22. Grayscale: #535353. Windows color (decimal): -14723875 or 14504991. OLE color: 14504991.
HSL color Cylindrical-coordinate representation of color #1F54DD: hue angle of 223.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F54DD is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 84 | 221 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.13 |
| HSL | 223.26º | 0.75% | 0.49% | - |
| HSV(B) | 223.26º | 0.86% | 0.87% | - |
| XYZ | 16.79 | 11.85 | 69.81 | - |
| YUV | 83.77 | 205.44 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 221 | 0.86 | 0.62 | 0 | 0.13 | 223.26 | 0.75 | 0.49 |
| Hex | 1F | 54 | DD | 56 | 3E | 0 | D | DF | 4B | 31 |
| Octal | 37 | 124 | 335 | 126 | 76 | 0 | 15 | 337 | 113 | 61 |
| Binary | 11111 | 1010100 | 11011101 | 1010110 | 111110 | 0 | 1101 | 11011111 | 1001011 | 110001 |
Color Harmonies of #1F54DD
Complementary color
Monochromatic Colors of #1F54DD
Black with #1F54DD
Text Example
Text Example
White with #1F54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F54DD; }
p { color: rgb(31,84,221); }
H1.HeaderClassName
{
color: #1F54DD;
}
.AnyTagClassName
{
color: #1F54DD;
}
</style>
background-color css
<style>
a { background-color: #1F54DD; }
a { background-color: rgb(31,84,221); }
div.DivClassName
{
background-color: #1F54DD;
}
.BgClassName
{
background-color: #1F54DD;
}
</style>
border-color css
<style>
span { border-color: #1F54DD; }
span { border-color: rgb(31,84,221); }
td.TdClassName
{
border-color: #1F54DD;
}
.TagClassName
{
border-color: #1F54DD;
}
</style>