Shades of Cerulean Blue #1848EE
Tints of Cerulean Blue #1848EE
RGB
CMYK
RGB Variations
Color information
#1848EE (or 0x1848EE) is known color: Cerulean Blue. HEX triplet: 18, 48 and EE. RGB value is (24,72,238). Sum of RGB (Red+Green+Blue) = 24+72+238=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #1848EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1848EE is #E7B711. Grayscale: #4B4B4B. Windows color (decimal): -15185682 or 15616024. OLE color: 15616024.
HSL color Cylindrical-coordinate representation of color #1848EE: hue angle of 226.54º 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 #1848EE is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 72 | 238 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.07 |
| HSL | 226.54º | 0.86% | 0.51% | - |
| HSV(B) | 226.54º | 0.9% | 0.93% | - |
| XYZ | 18.13 | 11 | 82.06 | - |
| YUV | 76.57 | 219.1 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 238 | 0.90 | 0.70 | 0 | 0.07 | 226.54 | 0.86 | 0.51 |
| Hex | 18 | 48 | EE | 5A | 46 | 0 | 7 | E3 | 56 | 33 |
| Octal | 30 | 110 | 356 | 132 | 106 | 0 | 7 | 343 | 126 | 63 |
| Binary | 11000 | 1001000 | 11101110 | 1011010 | 1000110 | 0 | 111 | 11100011 | 1010110 | 110011 |
Color Harmonies of #1848EE
Complementary color
Monochromatic Colors of #1848EE
Black with #1848EE
Text Example
Text Example
White with #1848EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1848EE; }
p { color: rgb(24,72,238); }
H1.HeaderClassName
{
color: #1848EE;
}
.AnyTagClassName
{
color: #1848EE;
}
</style>
background-color css
<style>
a { background-color: #1848EE; }
a { background-color: rgb(24,72,238); }
div.DivClassName
{
background-color: #1848EE;
}
.BgClassName
{
background-color: #1848EE;
}
</style>
border-color css
<style>
span { border-color: #1848EE; }
span { border-color: rgb(24,72,238); }
td.TdClassName
{
border-color: #1848EE;
}
.TagClassName
{
border-color: #1848EE;
}
</style>