Shades of Royal Blue #1954FB
Tints of Royal Blue #1954FB
RGB
CMYK
RGB Variations
Color information
#1954FB (or 0x1954FB) is known color: Royal Blue. HEX triplet: 19, 54 and FB. RGB value is (25,84,251). Sum of RGB (Red+Green+Blue) = 25+84+251=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #1954FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1954FB is #E6AB04. Grayscale: #545454. Windows color (decimal): -15117061 or 16471065. OLE color: 16471065.
HSL color Cylindrical-coordinate representation of color #1954FB: hue angle of 224.34º degrees, saturation: 0.97, 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 #1954FB is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 84 | 251 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.02 |
| HSL | 224.34º | 0.97% | 0.54% | - |
| HSV(B) | 224.34º | 0.9% | 0.98% | - |
| XYZ | 20.98 | 13.51 | 92.77 | - |
| YUV | 85.4 | 221.45 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 251 | 0.90 | 0.67 | 0 | 0.02 | 224.34 | 0.97 | 0.54 |
| Hex | 19 | 54 | FB | 5A | 43 | 0 | 2 | E0 | 61 | 36 |
| Octal | 31 | 124 | 373 | 132 | 103 | 0 | 2 | 340 | 141 | 66 |
| Binary | 11001 | 1010100 | 11111011 | 1011010 | 1000011 | 0 | 10 | 11100000 | 1100001 | 110110 |
Color Harmonies of #1954FB
Complementary color
Monochromatic Colors of #1954FB
Black with #1954FB
Text Example
Text Example
White with #1954FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954FB; }
p { color: rgb(25,84,251); }
H1.HeaderClassName
{
color: #1954FB;
}
.AnyTagClassName
{
color: #1954FB;
}
</style>
background-color css
<style>
a { background-color: #1954FB; }
a { background-color: rgb(25,84,251); }
div.DivClassName
{
background-color: #1954FB;
}
.BgClassName
{
background-color: #1954FB;
}
</style>
border-color css
<style>
span { border-color: #1954FB; }
span { border-color: rgb(25,84,251); }
td.TdClassName
{
border-color: #1954FB;
}
.TagClassName
{
border-color: #1954FB;
}
</style>