Shades of Royal Blue #1852EE
Tints of Royal Blue #1852EE
RGB
CMYK
RGB Variations
Color information
#1852EE (or 0x1852EE) is known color: Royal Blue. HEX triplet: 18, 52 and EE. RGB value is (24,82,238). Sum of RGB (Red+Green+Blue) = 24+82+238=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #1852EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1852EE is #E7AD11. Grayscale: #515151. Windows color (decimal): -15183122 or 15618584. OLE color: 15618584.
HSL color Cylindrical-coordinate representation of color #1852EE: hue angle of 223.74º 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 #1852EE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 82 | 238 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.07 |
| HSL | 223.74º | 0.86% | 0.51% | - |
| HSV(B) | 223.74º | 0.9% | 0.93% | - |
| XYZ | 18.83 | 12.4 | 82.29 | - |
| YUV | 82.44 | 215.78 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 238 | 0.90 | 0.66 | 0 | 0.07 | 223.74 | 0.86 | 0.51 |
| Hex | 18 | 52 | EE | 5A | 42 | 0 | 7 | E0 | 56 | 33 |
| Octal | 30 | 122 | 356 | 132 | 102 | 0 | 7 | 340 | 126 | 63 |
| Binary | 11000 | 1010010 | 11101110 | 1011010 | 1000010 | 0 | 111 | 11100000 | 1010110 | 110011 |
Color Harmonies of #1852EE
Complementary color
Monochromatic Colors of #1852EE
Black with #1852EE
Text Example
Text Example
White with #1852EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1852EE; }
p { color: rgb(24,82,238); }
H1.HeaderClassName
{
color: #1852EE;
}
.AnyTagClassName
{
color: #1852EE;
}
</style>
background-color css
<style>
a { background-color: #1852EE; }
a { background-color: rgb(24,82,238); }
div.DivClassName
{
background-color: #1852EE;
}
.BgClassName
{
background-color: #1852EE;
}
</style>
border-color css
<style>
span { border-color: #1852EE; }
span { border-color: rgb(24,82,238); }
td.TdClassName
{
border-color: #1852EE;
}
.TagClassName
{
border-color: #1852EE;
}
</style>