Shades of Royal Blue #1954EA
Tints of Royal Blue #1954EA
RGB
CMYK
RGB Variations
Color information
#1954EA (or 0x1954EA) is known color: Royal Blue. HEX triplet: 19, 54 and EA. RGB value is (25,84,234). Sum of RGB (Red+Green+Blue) = 25+84+234=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #1954EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1954EA is #E6AB15. Grayscale: #525252. Windows color (decimal): -15117078 or 15356953. OLE color: 15356953.
HSL color Cylindrical-coordinate representation of color #1954EA: hue angle of 223.06º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1954EA is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 84 | 234 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.08 |
| HSL | 223.06º | 0.83% | 0.51% | - |
| HSV(B) | 223.06º | 0.89% | 0.92% | - |
| XYZ | 18.42 | 12.49 | 79.28 | - |
| YUV | 83.46 | 212.95 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 234 | 0.89 | 0.64 | 0 | 0.08 | 223.06 | 0.83 | 0.51 |
| Hex | 19 | 54 | EA | 59 | 40 | 0 | 8 | DF | 53 | 33 |
| Octal | 31 | 124 | 352 | 131 | 100 | 0 | 10 | 337 | 123 | 63 |
| Binary | 11001 | 1010100 | 11101010 | 1011001 | 1000000 | 0 | 1000 | 11011111 | 1010011 | 110011 |
Color Harmonies of #1954EA
Complementary color
Monochromatic Colors of #1954EA
Black with #1954EA
Text Example
Text Example
White with #1954EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954EA; }
p { color: rgb(25,84,234); }
H1.HeaderClassName
{
color: #1954EA;
}
.AnyTagClassName
{
color: #1954EA;
}
</style>
background-color css
<style>
a { background-color: #1954EA; }
a { background-color: rgb(25,84,234); }
div.DivClassName
{
background-color: #1954EA;
}
.BgClassName
{
background-color: #1954EA;
}
</style>
border-color css
<style>
span { border-color: #1954EA; }
span { border-color: rgb(25,84,234); }
td.TdClassName
{
border-color: #1954EA;
}
.TagClassName
{
border-color: #1954EA;
}
</style>