Shades of Royal Blue #1954FF
Tints of Royal Blue #1954FF
RGB
CMYK
RGB Variations
Color information
#1954FF (or 0x1954FF) is known color: Royal Blue. HEX triplet: 19, 54 and FF. RGB value is (25,84,255). Sum of RGB (Red+Green+Blue) = 25+84+255=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #1954FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1954FF is #E6AB00. Grayscale: #555555. Windows color (decimal): -15117057 or 16733209. OLE color: 16733209.
HSL color Cylindrical-coordinate representation of color #1954FF: hue angle of 224.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1954FF is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 84 | 255 | - |
| CMYK | 0.90 | 0.67 | 0 | 0 |
| HSL | 224.61º | 1% | 0.55% | - |
| HSV(B) | 224.61º | 0.9% | 1% | - |
| XYZ | 21.62 | 13.77 | 96.13 | - |
| YUV | 85.85 | 223.45 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 255 | 0.90 | 0.67 | 0 | 0 | 224.61 | 1 | 0.55 |
| Hex | 19 | 54 | FF | 5A | 43 | 0 | 0 | E1 | 64 | 37 |
| Octal | 31 | 124 | 377 | 132 | 103 | 0 | 0 | 341 | 144 | 67 |
| Binary | 11001 | 1010100 | 11111111 | 1011010 | 1000011 | 0 | 0 | 11100001 | 1100100 | 110111 |
Color Harmonies of #1954FF
Complementary color
Monochromatic Colors of #1954FF
Black with #1954FF
Text Example
Text Example
White with #1954FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954FF; }
p { color: rgb(25,84,255); }
H1.HeaderClassName
{
color: #1954FF;
}
.AnyTagClassName
{
color: #1954FF;
}
</style>
background-color css
<style>
a { background-color: #1954FF; }
a { background-color: rgb(25,84,255); }
div.DivClassName
{
background-color: #1954FF;
}
.BgClassName
{
background-color: #1954FF;
}
</style>
border-color css
<style>
span { border-color: #1954FF; }
span { border-color: rgb(25,84,255); }
td.TdClassName
{
border-color: #1954FF;
}
.TagClassName
{
border-color: #1954FF;
}
</style>