Shades of Cerulean Blue #1952DC
Tints of Cerulean Blue #1952DC
RGB
CMYK
RGB Variations
Color information
#1952DC (or 0x1952DC) is known color: Cerulean Blue. HEX triplet: 19, 52 and DC. RGB value is (25,82,220). Sum of RGB (Red+Green+Blue) = 25+82+220=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #1952DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952DC is #E6AD23. Grayscale: #505050. Windows color (decimal): -15117604 or 14438937. OLE color: 14438937.
HSL color Cylindrical-coordinate representation of color #1952DC: hue angle of 222.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1952DC is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 82 | 220 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.14 |
| HSL | 222.46º | 0.8% | 0.48% | - |
| HSV(B) | 222.46º | 0.89% | 0.86% | - |
| XYZ | 16.34 | 11.41 | 69.05 | - |
| YUV | 80.69 | 206.62 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 220 | 0.89 | 0.63 | 0 | 0.14 | 222.46 | 0.8 | 0.48 |
| Hex | 19 | 52 | DC | 59 | 3F | 0 | E | DE | 50 | 30 |
| Octal | 31 | 122 | 334 | 131 | 77 | 0 | 16 | 336 | 120 | 60 |
| Binary | 11001 | 1010010 | 11011100 | 1011001 | 111111 | 0 | 1110 | 11011110 | 1010000 | 110000 |
Color Harmonies of #1952DC
Complementary color
Monochromatic Colors of #1952DC
Black with #1952DC
Text Example
Text Example
White with #1952DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952DC; }
p { color: rgb(25,82,220); }
H1.HeaderClassName
{
color: #1952DC;
}
.AnyTagClassName
{
color: #1952DC;
}
</style>
background-color css
<style>
a { background-color: #1952DC; }
a { background-color: rgb(25,82,220); }
div.DivClassName
{
background-color: #1952DC;
}
.BgClassName
{
background-color: #1952DC;
}
</style>
border-color css
<style>
span { border-color: #1952DC; }
span { border-color: rgb(25,82,220); }
td.TdClassName
{
border-color: #1952DC;
}
.TagClassName
{
border-color: #1952DC;
}
</style>