Shades of Cerulean Blue #1854DC
Tints of Cerulean Blue #1854DC
RGB
CMYK
RGB Variations
Color information
#1854DC (or 0x1854DC) is known color: Cerulean Blue. HEX triplet: 18, 54 and DC. RGB value is (24,84,220). Sum of RGB (Red+Green+Blue) = 24+84+220=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #1854DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1854DC is #E7AB23. Grayscale: #505050. Windows color (decimal): -15182628 or 14439448. OLE color: 14439448.
HSL color Cylindrical-coordinate representation of color #1854DC: hue angle of 221.63º 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 #1854DC is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 84 | 220 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.14 |
| HSL | 221.63º | 0.8% | 0.48% | - |
| HSV(B) | 221.63º | 0.89% | 0.86% | - |
| XYZ | 16.47 | 11.7 | 69.1 | - |
| YUV | 81.56 | 206.12 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 220 | 0.89 | 0.62 | 0 | 0.14 | 221.63 | 0.8 | 0.48 |
| Hex | 18 | 54 | DC | 59 | 3E | 0 | E | DE | 50 | 30 |
| Octal | 30 | 124 | 334 | 131 | 76 | 0 | 16 | 336 | 120 | 60 |
| Binary | 11000 | 1010100 | 11011100 | 1011001 | 111110 | 0 | 1110 | 11011110 | 1010000 | 110000 |
Color Harmonies of #1854DC
Complementary color
Monochromatic Colors of #1854DC
Black with #1854DC
Text Example
Text Example
White with #1854DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1854DC; }
p { color: rgb(24,84,220); }
H1.HeaderClassName
{
color: #1854DC;
}
.AnyTagClassName
{
color: #1854DC;
}
</style>
background-color css
<style>
a { background-color: #1854DC; }
a { background-color: rgb(24,84,220); }
div.DivClassName
{
background-color: #1854DC;
}
.BgClassName
{
background-color: #1854DC;
}
</style>
border-color css
<style>
span { border-color: #1854DC; }
span { border-color: rgb(24,84,220); }
td.TdClassName
{
border-color: #1854DC;
}
.TagClassName
{
border-color: #1854DC;
}
</style>