Shades of Royal Blue #1956EC
Tints of Royal Blue #1956EC
RGB
CMYK
RGB Variations
Color information
#1956EC (or 0x1956EC) is known color: Royal Blue. HEX triplet: 19, 56 and EC. RGB value is (25,86,236). Sum of RGB (Red+Green+Blue) = 25+86+236=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #1956EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1956EC is #E6A913. Grayscale: #545454. Windows color (decimal): -15116564 or 15488537. OLE color: 15488537.
HSL color Cylindrical-coordinate representation of color #1956EC: hue angle of 222.65º 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 #1956EC is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 86 | 236 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.07 |
| HSL | 222.65º | 0.85% | 0.51% | - |
| HSV(B) | 222.65º | 0.89% | 0.93% | - |
| XYZ | 18.87 | 12.92 | 80.86 | - |
| YUV | 84.86 | 213.29 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 236 | 0.89 | 0.64 | 0 | 0.07 | 222.65 | 0.85 | 0.51 |
| Hex | 19 | 56 | EC | 59 | 40 | 0 | 7 | DF | 55 | 33 |
| Octal | 31 | 126 | 354 | 131 | 100 | 0 | 7 | 337 | 125 | 63 |
| Binary | 11001 | 1010110 | 11101100 | 1011001 | 1000000 | 0 | 111 | 11011111 | 1010101 | 110011 |
Color Harmonies of #1956EC
Complementary color
Monochromatic Colors of #1956EC
Black with #1956EC
Text Example
Text Example
White with #1956EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956EC; }
p { color: rgb(25,86,236); }
H1.HeaderClassName
{
color: #1956EC;
}
.AnyTagClassName
{
color: #1956EC;
}
</style>
background-color css
<style>
a { background-color: #1956EC; }
a { background-color: rgb(25,86,236); }
div.DivClassName
{
background-color: #1956EC;
}
.BgClassName
{
background-color: #1956EC;
}
</style>
border-color css
<style>
span { border-color: #1956EC; }
span { border-color: rgb(25,86,236); }
td.TdClassName
{
border-color: #1956EC;
}
.TagClassName
{
border-color: #1956EC;
}
</style>