Shades of Royal Blue #1959EE
Tints of Royal Blue #1959EE
RGB
CMYK
RGB Variations
Color information
#1959EE (or 0x1959EE) is known color: Royal Blue. HEX triplet: 19, 59 and EE. RGB value is (25,89,238). Sum of RGB (Red+Green+Blue) = 25+89+238=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #1959EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1959EE is #E6A611. Grayscale: #565656. Windows color (decimal): -15115794 or 15620377. OLE color: 15620377.
HSL color Cylindrical-coordinate representation of color #1959EE: hue angle of 221.97º 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 #1959EE is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 89 | 238 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.07 |
| HSL | 221.97º | 0.86% | 0.52% | - |
| HSV(B) | 221.97º | 0.89% | 0.93% | - |
| XYZ | 19.41 | 13.52 | 82.48 | - |
| YUV | 86.85 | 213.3 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 238 | 0.89 | 0.63 | 0 | 0.07 | 221.97 | 0.86 | 0.52 |
| Hex | 19 | 59 | EE | 59 | 3F | 0 | 7 | DE | 56 | 34 |
| Octal | 31 | 131 | 356 | 131 | 77 | 0 | 7 | 336 | 126 | 64 |
| Binary | 11001 | 1011001 | 11101110 | 1011001 | 111111 | 0 | 111 | 11011110 | 1010110 | 110100 |
Color Harmonies of #1959EE
Complementary color
Monochromatic Colors of #1959EE
Black with #1959EE
Text Example
Text Example
White with #1959EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1959EE; }
p { color: rgb(25,89,238); }
H1.HeaderClassName
{
color: #1959EE;
}
.AnyTagClassName
{
color: #1959EE;
}
</style>
background-color css
<style>
a { background-color: #1959EE; }
a { background-color: rgb(25,89,238); }
div.DivClassName
{
background-color: #1959EE;
}
.BgClassName
{
background-color: #1959EE;
}
</style>
border-color css
<style>
span { border-color: #1959EE; }
span { border-color: rgb(25,89,238); }
td.TdClassName
{
border-color: #1959EE;
}
.TagClassName
{
border-color: #1959EE;
}
</style>