Shades of Cerulean Blue #1953DB
Tints of Cerulean Blue #1953DB
RGB
CMYK
RGB Variations
Color information
#1953DB (or 0x1953DB) is known color: Cerulean Blue. HEX triplet: 19, 53 and DB. RGB value is (25,83,219). Sum of RGB (Red+Green+Blue) = 25+83+219=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #1953DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1953DB is #E6AC24. Grayscale: #505050. Windows color (decimal): -15117349 or 14373657. OLE color: 14373657.
HSL color Cylindrical-coordinate representation of color #1953DB: hue angle of 222.06º 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 #1953DB is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 83 | 219 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.14 |
| HSL | 222.06º | 0.8% | 0.48% | - |
| HSV(B) | 222.06º | 0.89% | 0.86% | - |
| XYZ | 16.28 | 11.51 | 68.38 | - |
| YUV | 81.16 | 205.78 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 219 | 0.89 | 0.62 | 0 | 0.14 | 222.06 | 0.8 | 0.48 |
| Hex | 19 | 53 | DB | 59 | 3E | 0 | E | DE | 50 | 30 |
| Octal | 31 | 123 | 333 | 131 | 76 | 0 | 16 | 336 | 120 | 60 |
| Binary | 11001 | 1010011 | 11011011 | 1011001 | 111110 | 0 | 1110 | 11011110 | 1010000 | 110000 |
Color Harmonies of #1953DB
Complementary color
Monochromatic Colors of #1953DB
Black with #1953DB
Text Example
Text Example
White with #1953DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1953DB; }
p { color: rgb(25,83,219); }
H1.HeaderClassName
{
color: #1953DB;
}
.AnyTagClassName
{
color: #1953DB;
}
</style>
background-color css
<style>
a { background-color: #1953DB; }
a { background-color: rgb(25,83,219); }
div.DivClassName
{
background-color: #1953DB;
}
.BgClassName
{
background-color: #1953DB;
}
</style>
border-color css
<style>
span { border-color: #1953DB; }
span { border-color: rgb(25,83,219); }
td.TdClassName
{
border-color: #1953DB;
}
.TagClassName
{
border-color: #1953DB;
}
</style>