Shades of Royal Blue #1952EC
Tints of Royal Blue #1952EC
RGB
CMYK
RGB Variations
Color information
#1952EC (or 0x1952EC) is known color: Royal Blue. HEX triplet: 19, 52 and EC. RGB value is (25,82,236). Sum of RGB (Red+Green+Blue) = 25+82+236=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #1952EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1952EC is #E6AD13. Grayscale: #515151. Windows color (decimal): -15117588 or 15487513. OLE color: 15487513.
HSL color Cylindrical-coordinate representation of color #1952EC: hue angle of 223.79º 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 #1952EC is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 82 | 236 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.07 |
| HSL | 223.79º | 0.85% | 0.51% | - |
| HSV(B) | 223.79º | 0.89% | 0.93% | - |
| XYZ | 18.56 | 12.3 | 80.75 | - |
| YUV | 82.51 | 214.62 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 236 | 0.89 | 0.65 | 0 | 0.07 | 223.79 | 0.85 | 0.51 |
| Hex | 19 | 52 | EC | 59 | 41 | 0 | 7 | E0 | 55 | 33 |
| Octal | 31 | 122 | 354 | 131 | 101 | 0 | 7 | 340 | 125 | 63 |
| Binary | 11001 | 1010010 | 11101100 | 1011001 | 1000001 | 0 | 111 | 11100000 | 1010101 | 110011 |
Color Harmonies of #1952EC
Complementary color
Monochromatic Colors of #1952EC
Black with #1952EC
Text Example
Text Example
White with #1952EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952EC; }
p { color: rgb(25,82,236); }
H1.HeaderClassName
{
color: #1952EC;
}
.AnyTagClassName
{
color: #1952EC;
}
</style>
background-color css
<style>
a { background-color: #1952EC; }
a { background-color: rgb(25,82,236); }
div.DivClassName
{
background-color: #1952EC;
}
.BgClassName
{
background-color: #1952EC;
}
</style>
border-color css
<style>
span { border-color: #1952EC; }
span { border-color: rgb(25,82,236); }
td.TdClassName
{
border-color: #1952EC;
}
.TagClassName
{
border-color: #1952EC;
}
</style>