Shades of Cerulean Blue #1851DD
Tints of Cerulean Blue #1851DD
RGB
CMYK
RGB Variations
Color information
#1851DD (or 0x1851DD) is known color: Cerulean Blue. HEX triplet: 18, 51 and DD. RGB value is (24,81,221). Sum of RGB (Red+Green+Blue) = 24+81+221=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #1851DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1851DD is #E7AE22. Grayscale: #4F4F4F. Windows color (decimal): -15183395 or 14504216. OLE color: 14504216.
HSL color Cylindrical-coordinate representation of color #1851DD: hue angle of 222.64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1851DD is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 81 | 221 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.13 |
| HSL | 222.64º | 0.8% | 0.48% | - |
| HSV(B) | 222.64º | 0.89% | 0.87% | - |
| XYZ | 16.37 | 11.3 | 69.72 | - |
| YUV | 79.92 | 207.62 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 221 | 0.89 | 0.63 | 0 | 0.13 | 222.64 | 0.8 | 0.48 |
| Hex | 18 | 51 | DD | 59 | 3F | 0 | D | DF | 50 | 30 |
| Octal | 30 | 121 | 335 | 131 | 77 | 0 | 15 | 337 | 120 | 60 |
| Binary | 11000 | 1010001 | 11011101 | 1011001 | 111111 | 0 | 1101 | 11011111 | 1010000 | 110000 |
Color Harmonies of #1851DD
Complementary color
Monochromatic Colors of #1851DD
Black with #1851DD
Text Example
Text Example
White with #1851DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1851DD; }
p { color: rgb(24,81,221); }
H1.HeaderClassName
{
color: #1851DD;
}
.AnyTagClassName
{
color: #1851DD;
}
</style>
background-color css
<style>
a { background-color: #1851DD; }
a { background-color: rgb(24,81,221); }
div.DivClassName
{
background-color: #1851DD;
}
.BgClassName
{
background-color: #1851DD;
}
</style>
border-color css
<style>
span { border-color: #1851DD; }
span { border-color: rgb(24,81,221); }
td.TdClassName
{
border-color: #1851DD;
}
.TagClassName
{
border-color: #1851DD;
}
</style>