Shades of Cerulean Blue #1852D5
Tints of Cerulean Blue #1852D5
RGB
CMYK
RGB Variations
Color information
#1852D5 (or 0x1852D5) is known color: Cerulean Blue. HEX triplet: 18, 52 and D5. RGB value is (24,82,213). Sum of RGB (Red+Green+Blue) = 24+82+213=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 213 (83.59% from 255 or 66.77% from 319); Max value from RGB is 213 - color contains mainly: blue. Hex color #1852D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1852D5 is #E7AD2A. Grayscale: #4F4F4F. Windows color (decimal): -15183147 or 13980184. OLE color: 13980184.
HSL color Cylindrical-coordinate representation of color #1852D5: hue angle of 221.59º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1852D5 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 82 | 213 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.16 |
| HSL | 221.59º | 0.8% | 0.46% | - |
| HSV(B) | 221.59º | 0.89% | 0.84% | - |
| XYZ | 15.4 | 11.03 | 64.27 | - |
| YUV | 79.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 213 | 0.89 | 0.62 | 0 | 0.16 | 221.59 | 0.8 | 0.46 |
| Hex | 18 | 52 | D5 | 59 | 3E | 0 | 10 | DE | 50 | 2E |
| Octal | 30 | 122 | 325 | 131 | 76 | 0 | 20 | 336 | 120 | 56 |
| Binary | 11000 | 1010010 | 11010101 | 1011001 | 111110 | 0 | 10000 | 11011110 | 1010000 | 101110 |
Color Harmonies of #1852D5
Complementary color
Monochromatic Colors of #1852D5
Black with #1852D5
Text Example
Text Example
White with #1852D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1852D5; }
p { color: rgb(24,82,213); }
H1.HeaderClassName
{
color: #1852D5;
}
.AnyTagClassName
{
color: #1852D5;
}
</style>
background-color css
<style>
a { background-color: #1852D5; }
a { background-color: rgb(24,82,213); }
div.DivClassName
{
background-color: #1852D5;
}
.BgClassName
{
background-color: #1852D5;
}
</style>
border-color css
<style>
span { border-color: #1852D5; }
span { border-color: rgb(24,82,213); }
td.TdClassName
{
border-color: #1852D5;
}
.TagClassName
{
border-color: #1852D5;
}
</style>