Shades of Cerulean Blue #1850DE
Tints of Cerulean Blue #1850DE
RGB
CMYK
RGB Variations
Color information
#1850DE (or 0x1850DE) is known color: Cerulean Blue. HEX triplet: 18, 50 and DE. RGB value is (24,80,222). Sum of RGB (Red+Green+Blue) = 24+80+222=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #1850DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850DE is #E7AF21. Grayscale: #4E4E4E. Windows color (decimal): -15183650 or 14569496. OLE color: 14569496.
HSL color Cylindrical-coordinate representation of color #1850DE: hue angle of 223.03º 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 #1850DE is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 80 | 222 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.13 |
| HSL | 223.03º | 0.8% | 0.48% | - |
| HSV(B) | 223.03º | 0.89% | 0.87% | - |
| XYZ | 16.43 | 11.21 | 70.4 | - |
| YUV | 79.44 | 208.45 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 222 | 0.89 | 0.64 | 0 | 0.13 | 223.03 | 0.8 | 0.48 |
| Hex | 18 | 50 | DE | 59 | 40 | 0 | D | DF | 50 | 30 |
| Octal | 30 | 120 | 336 | 131 | 100 | 0 | 15 | 337 | 120 | 60 |
| Binary | 11000 | 1010000 | 11011110 | 1011001 | 1000000 | 0 | 1101 | 11011111 | 1010000 | 110000 |
Color Harmonies of #1850DE
Complementary color
Monochromatic Colors of #1850DE
Black with #1850DE
Text Example
Text Example
White with #1850DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850DE; }
p { color: rgb(24,80,222); }
H1.HeaderClassName
{
color: #1850DE;
}
.AnyTagClassName
{
color: #1850DE;
}
</style>
background-color css
<style>
a { background-color: #1850DE; }
a { background-color: rgb(24,80,222); }
div.DivClassName
{
background-color: #1850DE;
}
.BgClassName
{
background-color: #1850DE;
}
</style>
border-color css
<style>
span { border-color: #1850DE; }
span { border-color: rgb(24,80,222); }
td.TdClassName
{
border-color: #1850DE;
}
.TagClassName
{
border-color: #1850DE;
}
</style>