Shades of Cerulean Blue #1853DA
Tints of Cerulean Blue #1853DA
RGB
CMYK
RGB Variations
Color information
#1853DA (or 0x1853DA) is known color: Cerulean Blue. HEX triplet: 18, 53 and DA. RGB value is (24,83,218). Sum of RGB (Red+Green+Blue) = 24+83+218=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #1853DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853DA is #E7AC25. Grayscale: #505050. Windows color (decimal): -15182886 or 14308120. OLE color: 14308120.
HSL color Cylindrical-coordinate representation of color #1853DA: hue angle of 221.75º 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 #1853DA is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 83 | 218 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.15 |
| HSL | 221.75º | 0.8% | 0.47% | - |
| HSV(B) | 221.75º | 0.89% | 0.85% | - |
| XYZ | 16.12 | 11.44 | 67.69 | - |
| YUV | 80.75 | 205.45 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 218 | 0.89 | 0.62 | 0 | 0.15 | 221.75 | 0.8 | 0.47 |
| Hex | 18 | 53 | DA | 59 | 3E | 0 | F | DE | 50 | 2F |
| Octal | 30 | 123 | 332 | 131 | 76 | 0 | 17 | 336 | 120 | 57 |
| Binary | 11000 | 1010011 | 11011010 | 1011001 | 111110 | 0 | 1111 | 11011110 | 1010000 | 101111 |
Color Harmonies of #1853DA
Complementary color
Monochromatic Colors of #1853DA
Black with #1853DA
Text Example
Text Example
White with #1853DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1853DA; }
p { color: rgb(24,83,218); }
H1.HeaderClassName
{
color: #1853DA;
}
.AnyTagClassName
{
color: #1853DA;
}
</style>
background-color css
<style>
a { background-color: #1853DA; }
a { background-color: rgb(24,83,218); }
div.DivClassName
{
background-color: #1853DA;
}
.BgClassName
{
background-color: #1853DA;
}
</style>
border-color css
<style>
span { border-color: #1853DA; }
span { border-color: rgb(24,83,218); }
td.TdClassName
{
border-color: #1853DA;
}
.TagClassName
{
border-color: #1853DA;
}
</style>