Shades of Royal Blue #1957FB
Tints of Royal Blue #1957FB
RGB
CMYK
RGB Variations
Color information
#1957FB (or 0x1957FB) is known color: Royal Blue. HEX triplet: 19, 57 and FB. RGB value is (25,87,251). Sum of RGB (Red+Green+Blue) = 25+87+251=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #1957FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1957FB is #E6A804. Grayscale: #565656. Windows color (decimal): -15116293 or 16471833. OLE color: 16471833.
HSL color Cylindrical-coordinate representation of color #1957FB: hue angle of 223.54º 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 #1957FB is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 87 | 251 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.02 |
| HSL | 223.54º | 0.97% | 0.54% | - |
| HSV(B) | 223.54º | 0.9% | 0.98% | - |
| XYZ | 21.22 | 13.99 | 92.85 | - |
| YUV | 87.16 | 220.46 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 251 | 0.90 | 0.65 | 0 | 0.02 | 223.54 | 0.97 | 0.54 |
| Hex | 19 | 57 | FB | 5A | 41 | 0 | 2 | E0 | 61 | 36 |
| Octal | 31 | 127 | 373 | 132 | 101 | 0 | 2 | 340 | 141 | 66 |
| Binary | 11001 | 1010111 | 11111011 | 1011010 | 1000001 | 0 | 10 | 11100000 | 1100001 | 110110 |
Color Harmonies of #1957FB
Complementary color
Monochromatic Colors of #1957FB
Black with #1957FB
Text Example
Text Example
White with #1957FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1957FB; }
p { color: rgb(25,87,251); }
H1.HeaderClassName
{
color: #1957FB;
}
.AnyTagClassName
{
color: #1957FB;
}
</style>
background-color css
<style>
a { background-color: #1957FB; }
a { background-color: rgb(25,87,251); }
div.DivClassName
{
background-color: #1957FB;
}
.BgClassName
{
background-color: #1957FB;
}
</style>
border-color css
<style>
span { border-color: #1957FB; }
span { border-color: rgb(25,87,251); }
td.TdClassName
{
border-color: #1957FB;
}
.TagClassName
{
border-color: #1957FB;
}
</style>