Shades of Cerulean Blue #1849DB
Tints of Cerulean Blue #1849DB
RGB
CMYK
RGB Variations
Color information
#1849DB (or 0x1849DB) is known color: Cerulean Blue. HEX triplet: 18, 49 and DB. RGB value is (24,73,219). Sum of RGB (Red+Green+Blue) = 24+73+219=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #1849DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1849DB is #E7B624. Grayscale: #4A4A4A. Windows color (decimal): -15185445 or 14371096. OLE color: 14371096.
HSL color Cylindrical-coordinate representation of color #1849DB: hue angle of 224.92º 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 #1849DB is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 73 | 219 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.14 |
| HSL | 224.92º | 0.8% | 0.48% | - |
| HSV(B) | 224.92º | 0.89% | 0.86% | - |
| XYZ | 15.55 | 10.07 | 68.14 | - |
| YUV | 74.99 | 209.27 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 219 | 0.89 | 0.67 | 0 | 0.14 | 224.92 | 0.8 | 0.48 |
| Hex | 18 | 49 | DB | 59 | 43 | 0 | E | E1 | 50 | 30 |
| Octal | 30 | 111 | 333 | 131 | 103 | 0 | 16 | 341 | 120 | 60 |
| Binary | 11000 | 1001001 | 11011011 | 1011001 | 1000011 | 0 | 1110 | 11100001 | 1010000 | 110000 |
Color Harmonies of #1849DB
Complementary color
Monochromatic Colors of #1849DB
Black with #1849DB
Text Example
Text Example
White with #1849DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1849DB; }
p { color: rgb(24,73,219); }
H1.HeaderClassName
{
color: #1849DB;
}
.AnyTagClassName
{
color: #1849DB;
}
</style>
background-color css
<style>
a { background-color: #1849DB; }
a { background-color: rgb(24,73,219); }
div.DivClassName
{
background-color: #1849DB;
}
.BgClassName
{
background-color: #1849DB;
}
</style>
border-color css
<style>
span { border-color: #1849DB; }
span { border-color: rgb(24,73,219); }
td.TdClassName
{
border-color: #1849DB;
}
.TagClassName
{
border-color: #1849DB;
}
</style>