Shades of Cerulean Blue #1851D9
Tints of Cerulean Blue #1851D9
RGB
CMYK
RGB Variations
Color information
#1851D9 (or 0x1851D9) is known color: Cerulean Blue. HEX triplet: 18, 51 and D9. RGB value is (24,81,217). Sum of RGB (Red+Green+Blue) = 24+81+217=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 217 (85.16% from 255 or 67.39% from 322); Max value from RGB is 217 - color contains mainly: blue. Hex color #1851D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1851D9 is #E7AE26. Grayscale: #4E4E4E. Windows color (decimal): -15183399 or 14242072. OLE color: 14242072.
HSL color Cylindrical-coordinate representation of color #1851D9: hue angle of 222.28º 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 #1851D9 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 81 | 217 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.15 |
| HSL | 222.28º | 0.8% | 0.47% | - |
| HSV(B) | 222.28º | 0.89% | 0.85% | - |
| XYZ | 15.84 | 11.09 | 66.95 | - |
| YUV | 79.46 | 205.62 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 217 | 0.89 | 0.63 | 0 | 0.15 | 222.28 | 0.8 | 0.47 |
| Hex | 18 | 51 | D9 | 59 | 3F | 0 | F | DE | 50 | 2F |
| Octal | 30 | 121 | 331 | 131 | 77 | 0 | 17 | 336 | 120 | 57 |
| Binary | 11000 | 1010001 | 11011001 | 1011001 | 111111 | 0 | 1111 | 11011110 | 1010000 | 101111 |
Color Harmonies of #1851D9
Complementary color
Monochromatic Colors of #1851D9
Black with #1851D9
Text Example
Text Example
White with #1851D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1851D9; }
p { color: rgb(24,81,217); }
H1.HeaderClassName
{
color: #1851D9;
}
.AnyTagClassName
{
color: #1851D9;
}
</style>
background-color css
<style>
a { background-color: #1851D9; }
a { background-color: rgb(24,81,217); }
div.DivClassName
{
background-color: #1851D9;
}
.BgClassName
{
background-color: #1851D9;
}
</style>
border-color css
<style>
span { border-color: #1851D9; }
span { border-color: rgb(24,81,217); }
td.TdClassName
{
border-color: #1851D9;
}
.TagClassName
{
border-color: #1851D9;
}
</style>