Shades of Royal Blue #1954F9
Tints of Royal Blue #1954F9
RGB
CMYK
RGB Variations
Color information
#1954F9 (or 0x1954F9) is known color: Royal Blue. HEX triplet: 19, 54 and F9. RGB value is (25,84,249). Sum of RGB (Red+Green+Blue) = 25+84+249=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #1954F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1954F9 is #E6AB06. Grayscale: #545454. Windows color (decimal): -15117063 or 16339993. OLE color: 16339993.
HSL color Cylindrical-coordinate representation of color #1954F9: hue angle of 224.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1954F9 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 84 | 249 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.02 |
| HSL | 224.2º | 0.95% | 0.54% | - |
| HSV(B) | 224.2º | 0.9% | 0.98% | - |
| XYZ | 20.67 | 13.39 | 91.12 | - |
| YUV | 85.17 | 220.45 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 249 | 0.90 | 0.66 | 0 | 0.02 | 224.2 | 0.95 | 0.54 |
| Hex | 19 | 54 | F9 | 5A | 42 | 0 | 2 | E0 | 5F | 36 |
| Octal | 31 | 124 | 371 | 132 | 102 | 0 | 2 | 340 | 137 | 66 |
| Binary | 11001 | 1010100 | 11111001 | 1011010 | 1000010 | 0 | 10 | 11100000 | 1011111 | 110110 |
Color Harmonies of #1954F9
Complementary color
Monochromatic Colors of #1954F9
Black with #1954F9
Text Example
Text Example
White with #1954F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954F9; }
p { color: rgb(25,84,249); }
H1.HeaderClassName
{
color: #1954F9;
}
.AnyTagClassName
{
color: #1954F9;
}
</style>
background-color css
<style>
a { background-color: #1954F9; }
a { background-color: rgb(25,84,249); }
div.DivClassName
{
background-color: #1954F9;
}
.BgClassName
{
background-color: #1954F9;
}
</style>
border-color css
<style>
span { border-color: #1954F9; }
span { border-color: rgb(25,84,249); }
td.TdClassName
{
border-color: #1954F9;
}
.TagClassName
{
border-color: #1954F9;
}
</style>