Shades of Royal Blue #1960ED
Tints of Royal Blue #1960ED
RGB
CMYK
RGB Variations
Color information
#1960ED (or 0x1960ED) is known color: Royal Blue. HEX triplet: 19, 60 and ED. RGB value is (25,96,237). Sum of RGB (Red+Green+Blue) = 25+96+237=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #1960ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1960ED is #E69F12. Grayscale: #5A5A5A. Windows color (decimal): -15114003 or 15556633. OLE color: 15556633.
HSL color Cylindrical-coordinate representation of color #1960ED: hue angle of 219.91º 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 #1960ED is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 96 | 237 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.07 |
| HSL | 219.91º | 0.85% | 0.51% | - |
| HSV(B) | 219.91º | 0.89% | 0.93% | - |
| XYZ | 19.87 | 14.69 | 81.91 | - |
| YUV | 90.85 | 210.48 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 237 | 0.89 | 0.59 | 0 | 0.07 | 219.91 | 0.85 | 0.51 |
| Hex | 19 | 60 | ED | 59 | 3B | 0 | 7 | DC | 55 | 33 |
| Octal | 31 | 140 | 355 | 131 | 73 | 0 | 7 | 334 | 125 | 63 |
| Binary | 11001 | 1100000 | 11101101 | 1011001 | 111011 | 0 | 111 | 11011100 | 1010101 | 110011 |
Color Harmonies of #1960ED
Complementary color
Monochromatic Colors of #1960ED
Black with #1960ED
Text Example
Text Example
White with #1960ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1960ED; }
p { color: rgb(25,96,237); }
H1.HeaderClassName
{
color: #1960ED;
}
.AnyTagClassName
{
color: #1960ED;
}
</style>
background-color css
<style>
a { background-color: #1960ED; }
a { background-color: rgb(25,96,237); }
div.DivClassName
{
background-color: #1960ED;
}
.BgClassName
{
background-color: #1960ED;
}
</style>
border-color css
<style>
span { border-color: #1960ED; }
span { border-color: rgb(25,96,237); }
td.TdClassName
{
border-color: #1960ED;
}
.TagClassName
{
border-color: #1960ED;
}
</style>