Shades of Cerulean Blue #1850D9
Tints of Cerulean Blue #1850D9
RGB
CMYK
RGB Variations
Color information
#1850D9 (or 0x1850D9) is known color: Cerulean Blue. HEX triplet: 18, 50 and D9. RGB value is (24,80,217). Sum of RGB (Red+Green+Blue) = 24+80+217=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 217 (85.16% from 255 or 67.60% from 321); Max value from RGB is 217 - color contains mainly: blue. Hex color #1850D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850D9 is #E7AF26. Grayscale: #4E4E4E. Windows color (decimal): -15183655 or 14241816. OLE color: 14241816.
HSL color Cylindrical-coordinate representation of color #1850D9: hue angle of 222.59º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1850D9 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 80 | 217 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.15 |
| HSL | 222.59º | 0.8% | 0.47% | - |
| HSV(B) | 222.59º | 0.89% | 0.85% | - |
| XYZ | 15.77 | 10.94 | 66.93 | - |
| YUV | 78.87 | 205.95 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 217 | 0.89 | 0.63 | 0 | 0.15 | 222.59 | 0.8 | 0.47 |
| Hex | 18 | 50 | D9 | 59 | 3F | 0 | F | DF | 50 | 2F |
| Octal | 30 | 120 | 331 | 131 | 77 | 0 | 17 | 337 | 120 | 57 |
| Binary | 11000 | 1010000 | 11011001 | 1011001 | 111111 | 0 | 1111 | 11011111 | 1010000 | 101111 |
Color Harmonies of #1850D9
Complementary color
Monochromatic Colors of #1850D9
Black with #1850D9
Text Example
Text Example
White with #1850D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850D9; }
p { color: rgb(24,80,217); }
H1.HeaderClassName
{
color: #1850D9;
}
.AnyTagClassName
{
color: #1850D9;
}
</style>
background-color css
<style>
a { background-color: #1850D9; }
a { background-color: rgb(24,80,217); }
div.DivClassName
{
background-color: #1850D9;
}
.BgClassName
{
background-color: #1850D9;
}
</style>
border-color css
<style>
span { border-color: #1850D9; }
span { border-color: rgb(24,80,217); }
td.TdClassName
{
border-color: #1850D9;
}
.TagClassName
{
border-color: #1850D9;
}
</style>