Shades of Cerulean Blue #1852DA
Tints of Cerulean Blue #1852DA
RGB
CMYK
RGB Variations
Color information
#1852DA (or 0x1852DA) is known color: Cerulean Blue. HEX triplet: 18, 52 and DA. RGB value is (24,82,218). Sum of RGB (Red+Green+Blue) = 24+82+218=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #1852DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1852DA is #E7AD25. Grayscale: #4F4F4F. Windows color (decimal): -15183142 or 14307864. OLE color: 14307864.
HSL color Cylindrical-coordinate representation of color #1852DA: hue angle of 222.06º 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 #1852DA is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 82 | 218 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.15 |
| HSL | 222.06º | 0.8% | 0.47% | - |
| HSV(B) | 222.06º | 0.89% | 0.85% | - |
| XYZ | 16.05 | 11.29 | 67.66 | - |
| YUV | 80.16 | 205.78 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 218 | 0.89 | 0.62 | 0 | 0.15 | 222.06 | 0.8 | 0.47 |
| Hex | 18 | 52 | DA | 59 | 3E | 0 | F | DE | 50 | 2F |
| Octal | 30 | 122 | 332 | 131 | 76 | 0 | 17 | 336 | 120 | 57 |
| Binary | 11000 | 1010010 | 11011010 | 1011001 | 111110 | 0 | 1111 | 11011110 | 1010000 | 101111 |
Color Harmonies of #1852DA
Complementary color
Monochromatic Colors of #1852DA
Black with #1852DA
Text Example
Text Example
White with #1852DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1852DA; }
p { color: rgb(24,82,218); }
H1.HeaderClassName
{
color: #1852DA;
}
.AnyTagClassName
{
color: #1852DA;
}
</style>
background-color css
<style>
a { background-color: #1852DA; }
a { background-color: rgb(24,82,218); }
div.DivClassName
{
background-color: #1852DA;
}
.BgClassName
{
background-color: #1852DA;
}
</style>
border-color css
<style>
span { border-color: #1852DA; }
span { border-color: rgb(24,82,218); }
td.TdClassName
{
border-color: #1852DA;
}
.TagClassName
{
border-color: #1852DA;
}
</style>