Shades of Royal Blue #1954E9
Tints of Royal Blue #1954E9
RGB
CMYK
RGB Variations
Color information
#1954E9 (or 0x1954E9) is known color: Royal Blue. HEX triplet: 19, 54 and E9. RGB value is (25,84,233). Sum of RGB (Red+Green+Blue) = 25+84+233=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 233 (91.41% from 255 or 68.13% from 342); Max value from RGB is 233 - color contains mainly: blue. Hex color #1954E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1954E9 is #E6AB16. Grayscale: #525252. Windows color (decimal): -15117079 or 15291417. OLE color: 15291417.
HSL color Cylindrical-coordinate representation of color #1954E9: hue angle of 222.98º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1954E9 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 84 | 233 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.09 |
| HSL | 222.98º | 0.83% | 0.51% | - |
| HSV(B) | 222.98º | 0.89% | 0.91% | - |
| XYZ | 18.28 | 12.43 | 78.53 | - |
| YUV | 83.35 | 212.45 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 233 | 0.89 | 0.64 | 0 | 0.09 | 222.98 | 0.83 | 0.51 |
| Hex | 19 | 54 | E9 | 59 | 40 | 0 | 9 | DF | 53 | 33 |
| Octal | 31 | 124 | 351 | 131 | 100 | 0 | 11 | 337 | 123 | 63 |
| Binary | 11001 | 1010100 | 11101001 | 1011001 | 1000000 | 0 | 1001 | 11011111 | 1010011 | 110011 |
Color Harmonies of #1954E9
Complementary color
Monochromatic Colors of #1954E9
Black with #1954E9
Text Example
Text Example
White with #1954E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954E9; }
p { color: rgb(25,84,233); }
H1.HeaderClassName
{
color: #1954E9;
}
.AnyTagClassName
{
color: #1954E9;
}
</style>
background-color css
<style>
a { background-color: #1954E9; }
a { background-color: rgb(25,84,233); }
div.DivClassName
{
background-color: #1954E9;
}
.BgClassName
{
background-color: #1954E9;
}
</style>
border-color css
<style>
span { border-color: #1954E9; }
span { border-color: rgb(25,84,233); }
td.TdClassName
{
border-color: #1954E9;
}
.TagClassName
{
border-color: #1954E9;
}
</style>