Shades of Royal Blue #1952ED
Tints of Royal Blue #1952ED
RGB
CMYK
RGB Variations
Color information
#1952ED (or 0x1952ED) is known color: Royal Blue. HEX triplet: 19, 52 and ED. RGB value is (25,82,237). Sum of RGB (Red+Green+Blue) = 25+82+237=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #1952ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1952ED is #E6AD12. Grayscale: #515151. Windows color (decimal): -15117587 or 15553049. OLE color: 15553049.
HSL color Cylindrical-coordinate representation of color #1952ED: hue angle of 223.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1952ED is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 82 | 237 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.07 |
| HSL | 223.87º | 0.85% | 0.51% | - |
| HSV(B) | 223.87º | 0.89% | 0.93% | - |
| XYZ | 18.7 | 12.36 | 81.52 | - |
| YUV | 82.63 | 215.12 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 237 | 0.89 | 0.65 | 0 | 0.07 | 223.87 | 0.85 | 0.51 |
| Hex | 19 | 52 | ED | 59 | 41 | 0 | 7 | E0 | 55 | 33 |
| Octal | 31 | 122 | 355 | 131 | 101 | 0 | 7 | 340 | 125 | 63 |
| Binary | 11001 | 1010010 | 11101101 | 1011001 | 1000001 | 0 | 111 | 11100000 | 1010101 | 110011 |
Color Harmonies of #1952ED
Complementary color
Monochromatic Colors of #1952ED
Black with #1952ED
Text Example
Text Example
White with #1952ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952ED; }
p { color: rgb(25,82,237); }
H1.HeaderClassName
{
color: #1952ED;
}
.AnyTagClassName
{
color: #1952ED;
}
</style>
background-color css
<style>
a { background-color: #1952ED; }
a { background-color: rgb(25,82,237); }
div.DivClassName
{
background-color: #1952ED;
}
.BgClassName
{
background-color: #1952ED;
}
</style>
border-color css
<style>
span { border-color: #1952ED; }
span { border-color: rgb(25,82,237); }
td.TdClassName
{
border-color: #1952ED;
}
.TagClassName
{
border-color: #1952ED;
}
</style>