Shades of Cerulean Blue #1954DD
Tints of Cerulean Blue #1954DD
RGB
CMYK
RGB Variations
Color information
#1954DD (or 0x1954DD) is known color: Cerulean Blue. HEX triplet: 19, 54 and DD. RGB value is (25,84,221). Sum of RGB (Red+Green+Blue) = 25+84+221=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #1954DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954DD is #E6AB22. Grayscale: #515151. Windows color (decimal): -15117091 or 14504985. OLE color: 14504985.
HSL color Cylindrical-coordinate representation of color #1954DD: hue angle of 221.94º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1954DD is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 84 | 221 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.13 |
| HSL | 221.94º | 0.8% | 0.48% | - |
| HSV(B) | 221.94º | 0.89% | 0.87% | - |
| XYZ | 16.62 | 11.77 | 69.8 | - |
| YUV | 81.98 | 206.45 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 221 | 0.89 | 0.62 | 0 | 0.13 | 221.94 | 0.8 | 0.48 |
| Hex | 19 | 54 | DD | 59 | 3E | 0 | D | DE | 50 | 30 |
| Octal | 31 | 124 | 335 | 131 | 76 | 0 | 15 | 336 | 120 | 60 |
| Binary | 11001 | 1010100 | 11011101 | 1011001 | 111110 | 0 | 1101 | 11011110 | 1010000 | 110000 |
Color Harmonies of #1954DD
Complementary color
Monochromatic Colors of #1954DD
Black with #1954DD
Text Example
Text Example
White with #1954DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954DD; }
p { color: rgb(25,84,221); }
H1.HeaderClassName
{
color: #1954DD;
}
.AnyTagClassName
{
color: #1954DD;
}
</style>
background-color css
<style>
a { background-color: #1954DD; }
a { background-color: rgb(25,84,221); }
div.DivClassName
{
background-color: #1954DD;
}
.BgClassName
{
background-color: #1954DD;
}
</style>
border-color css
<style>
span { border-color: #1954DD; }
span { border-color: rgb(25,84,221); }
td.TdClassName
{
border-color: #1954DD;
}
.TagClassName
{
border-color: #1954DD;
}
</style>