Shades of Royal Blue #1954ED
Tints of Royal Blue #1954ED
RGB
CMYK
RGB Variations
Color information
#1954ED (or 0x1954ED) is known color: Royal Blue. HEX triplet: 19, 54 and ED. RGB value is (25,84,237). Sum of RGB (Red+Green+Blue) = 25+84+237=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #1954ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1954ED is #E6AB12. Grayscale: #535353. Windows color (decimal): -15117075 or 15553561. OLE color: 15553561.
HSL color Cylindrical-coordinate representation of color #1954ED: hue angle of 223.3º 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 #1954ED is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 84 | 237 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.07 |
| HSL | 223.3º | 0.85% | 0.51% | - |
| HSV(B) | 223.3º | 0.89% | 0.93% | - |
| XYZ | 18.86 | 12.66 | 81.57 | - |
| YUV | 83.8 | 214.45 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 237 | 0.89 | 0.65 | 0 | 0.07 | 223.3 | 0.85 | 0.51 |
| Hex | 19 | 54 | ED | 59 | 41 | 0 | 7 | DF | 55 | 33 |
| Octal | 31 | 124 | 355 | 131 | 101 | 0 | 7 | 337 | 125 | 63 |
| Binary | 11001 | 1010100 | 11101101 | 1011001 | 1000001 | 0 | 111 | 11011111 | 1010101 | 110011 |
Color Harmonies of #1954ED
Complementary color
Monochromatic Colors of #1954ED
Black with #1954ED
Text Example
Text Example
White with #1954ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954ED; }
p { color: rgb(25,84,237); }
H1.HeaderClassName
{
color: #1954ED;
}
.AnyTagClassName
{
color: #1954ED;
}
</style>
background-color css
<style>
a { background-color: #1954ED; }
a { background-color: rgb(25,84,237); }
div.DivClassName
{
background-color: #1954ED;
}
.BgClassName
{
background-color: #1954ED;
}
</style>
border-color css
<style>
span { border-color: #1954ED; }
span { border-color: rgb(25,84,237); }
td.TdClassName
{
border-color: #1954ED;
}
.TagClassName
{
border-color: #1954ED;
}
</style>