Shades of Cerulean Blue #1848ED
Tints of Cerulean Blue #1848ED
RGB
CMYK
RGB Variations
Color information
#1848ED (or 0x1848ED) is known color: Cerulean Blue. HEX triplet: 18, 48 and ED. RGB value is (24,72,237). Sum of RGB (Red+Green+Blue) = 24+72+237=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #1848ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1848ED is #E7B712. Grayscale: #4B4B4B. Windows color (decimal): -15185683 or 15550488. OLE color: 15550488.
HSL color Cylindrical-coordinate representation of color #1848ED: hue angle of 226.48º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1848ED is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 72 | 237 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.07 |
| HSL | 226.48º | 0.86% | 0.51% | - |
| HSV(B) | 226.48º | 0.9% | 0.93% | - |
| XYZ | 17.98 | 10.94 | 81.29 | - |
| YUV | 76.46 | 218.6 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 237 | 0.90 | 0.70 | 0 | 0.07 | 226.48 | 0.86 | 0.51 |
| Hex | 18 | 48 | ED | 5A | 46 | 0 | 7 | E2 | 56 | 33 |
| Octal | 30 | 110 | 355 | 132 | 106 | 0 | 7 | 342 | 126 | 63 |
| Binary | 11000 | 1001000 | 11101101 | 1011010 | 1000110 | 0 | 111 | 11100010 | 1010110 | 110011 |
Color Harmonies of #1848ED
Complementary color
Monochromatic Colors of #1848ED
Black with #1848ED
Text Example
Text Example
White with #1848ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1848ED; }
p { color: rgb(24,72,237); }
H1.HeaderClassName
{
color: #1848ED;
}
.AnyTagClassName
{
color: #1848ED;
}
</style>
background-color css
<style>
a { background-color: #1848ED; }
a { background-color: rgb(24,72,237); }
div.DivClassName
{
background-color: #1848ED;
}
.BgClassName
{
background-color: #1848ED;
}
</style>
border-color css
<style>
span { border-color: #1848ED; }
span { border-color: rgb(24,72,237); }
td.TdClassName
{
border-color: #1848ED;
}
.TagClassName
{
border-color: #1848ED;
}
</style>