Shades of Royal Blue #1955EC
Tints of Royal Blue #1955EC
RGB
CMYK
RGB Variations
Color information
#1955EC (or 0x1955EC) is known color: Royal Blue. HEX triplet: 19, 55 and EC. RGB value is (25,85,236). Sum of RGB (Red+Green+Blue) = 25+85+236=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #1955EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1955EC is #E6AA13. Grayscale: #535353. Windows color (decimal): -15116820 or 15488281. OLE color: 15488281.
HSL color Cylindrical-coordinate representation of color #1955EC: hue angle of 222.94º 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 #1955EC is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 85 | 236 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.07 |
| HSL | 222.94º | 0.85% | 0.51% | - |
| HSV(B) | 222.94º | 0.89% | 0.93% | - |
| XYZ | 18.79 | 12.76 | 80.83 | - |
| YUV | 84.27 | 213.62 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 236 | 0.89 | 0.64 | 0 | 0.07 | 222.94 | 0.85 | 0.51 |
| Hex | 19 | 55 | EC | 59 | 40 | 0 | 7 | DF | 55 | 33 |
| Octal | 31 | 125 | 354 | 131 | 100 | 0 | 7 | 337 | 125 | 63 |
| Binary | 11001 | 1010101 | 11101100 | 1011001 | 1000000 | 0 | 111 | 11011111 | 1010101 | 110011 |
Color Harmonies of #1955EC
Complementary color
Monochromatic Colors of #1955EC
Black with #1955EC
Text Example
Text Example
White with #1955EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955EC; }
p { color: rgb(25,85,236); }
H1.HeaderClassName
{
color: #1955EC;
}
.AnyTagClassName
{
color: #1955EC;
}
</style>
background-color css
<style>
a { background-color: #1955EC; }
a { background-color: rgb(25,85,236); }
div.DivClassName
{
background-color: #1955EC;
}
.BgClassName
{
background-color: #1955EC;
}
</style>
border-color css
<style>
span { border-color: #1955EC; }
span { border-color: rgb(25,85,236); }
td.TdClassName
{
border-color: #1955EC;
}
.TagClassName
{
border-color: #1955EC;
}
</style>