Shades of Cerulean Blue #1850DB
Tints of Cerulean Blue #1850DB
RGB
CMYK
RGB Variations
Color information
#1850DB (or 0x1850DB) is known color: Cerulean Blue. HEX triplet: 18, 50 and DB. RGB value is (24,80,219). Sum of RGB (Red+Green+Blue) = 24+80+219=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1850DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850DB is #E7AF24. Grayscale: #4E4E4E. Windows color (decimal): -15183653 or 14372888. OLE color: 14372888.
HSL color Cylindrical-coordinate representation of color #1850DB: hue angle of 222.77º 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 #1850DB is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 80 | 219 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.14 |
| HSL | 222.77º | 0.8% | 0.48% | - |
| HSV(B) | 222.77º | 0.89% | 0.86% | - |
| XYZ | 16.03 | 11.05 | 68.3 | - |
| YUV | 79.1 | 206.95 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 219 | 0.89 | 0.63 | 0 | 0.14 | 222.77 | 0.8 | 0.48 |
| Hex | 18 | 50 | DB | 59 | 3F | 0 | E | DF | 50 | 30 |
| Octal | 30 | 120 | 333 | 131 | 77 | 0 | 16 | 337 | 120 | 60 |
| Binary | 11000 | 1010000 | 11011011 | 1011001 | 111111 | 0 | 1110 | 11011111 | 1010000 | 110000 |
Color Harmonies of #1850DB
Complementary color
Monochromatic Colors of #1850DB
Black with #1850DB
Text Example
Text Example
White with #1850DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850DB; }
p { color: rgb(24,80,219); }
H1.HeaderClassName
{
color: #1850DB;
}
.AnyTagClassName
{
color: #1850DB;
}
</style>
background-color css
<style>
a { background-color: #1850DB; }
a { background-color: rgb(24,80,219); }
div.DivClassName
{
background-color: #1850DB;
}
.BgClassName
{
background-color: #1850DB;
}
</style>
border-color css
<style>
span { border-color: #1850DB; }
span { border-color: rgb(24,80,219); }
td.TdClassName
{
border-color: #1850DB;
}
.TagClassName
{
border-color: #1850DB;
}
</style>