Shades of Royal Blue #1952EE
Tints of Royal Blue #1952EE
RGB
CMYK
RGB Variations
Color information
#1952EE (or 0x1952EE) is known color: Royal Blue. HEX triplet: 19, 52 and EE. RGB value is (25,82,238). Sum of RGB (Red+Green+Blue) = 25+82+238=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #1952EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1952EE is #E6AD11. Grayscale: #525252. Windows color (decimal): -15117586 or 15618585. OLE color: 15618585.
HSL color Cylindrical-coordinate representation of color #1952EE: hue angle of 223.94º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1952EE is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 82 | 238 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.07 |
| HSL | 223.94º | 0.86% | 0.52% | - |
| HSV(B) | 223.94º | 0.89% | 0.93% | - |
| XYZ | 18.85 | 12.41 | 82.29 | - |
| YUV | 82.74 | 215.62 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 238 | 0.89 | 0.66 | 0 | 0.07 | 223.94 | 0.86 | 0.52 |
| Hex | 19 | 52 | EE | 59 | 42 | 0 | 7 | E0 | 56 | 34 |
| Octal | 31 | 122 | 356 | 131 | 102 | 0 | 7 | 340 | 126 | 64 |
| Binary | 11001 | 1010010 | 11101110 | 1011001 | 1000010 | 0 | 111 | 11100000 | 1010110 | 110100 |
Color Harmonies of #1952EE
Complementary color
Monochromatic Colors of #1952EE
Black with #1952EE
Text Example
Text Example
White with #1952EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952EE; }
p { color: rgb(25,82,238); }
H1.HeaderClassName
{
color: #1952EE;
}
.AnyTagClassName
{
color: #1952EE;
}
</style>
background-color css
<style>
a { background-color: #1952EE; }
a { background-color: rgb(25,82,238); }
div.DivClassName
{
background-color: #1952EE;
}
.BgClassName
{
background-color: #1952EE;
}
</style>
border-color css
<style>
span { border-color: #1952EE; }
span { border-color: rgb(25,82,238); }
td.TdClassName
{
border-color: #1952EE;
}
.TagClassName
{
border-color: #1952EE;
}
</style>