Shades of Royal Blue #1957FD
Tints of Royal Blue #1957FD
RGB
CMYK
RGB Variations
Color information
#1957FD (or 0x1957FD) is known color: Royal Blue. HEX triplet: 19, 57 and FD. RGB value is (25,87,253). Sum of RGB (Red+Green+Blue) = 25+87+253=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #1957FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1957FD is #E6A802. Grayscale: #565656. Windows color (decimal): -15116291 or 16602905. OLE color: 16602905.
HSL color Cylindrical-coordinate representation of color #1957FD: hue angle of 223.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1957FD is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 87 | 253 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.01 |
| HSL | 223.68º | 0.98% | 0.55% | - |
| HSV(B) | 223.68º | 0.9% | 0.99% | - |
| XYZ | 21.54 | 14.11 | 94.52 | - |
| YUV | 87.39 | 221.46 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 253 | 0.90 | 0.66 | 0 | 0.01 | 223.68 | 0.98 | 0.55 |
| Hex | 19 | 57 | FD | 5A | 42 | 0 | 1 | E0 | 62 | 37 |
| Octal | 31 | 127 | 375 | 132 | 102 | 0 | 1 | 340 | 142 | 67 |
| Binary | 11001 | 1010111 | 11111101 | 1011010 | 1000010 | 0 | 1 | 11100000 | 1100010 | 110111 |
Color Harmonies of #1957FD
Complementary color
Monochromatic Colors of #1957FD
Black with #1957FD
Text Example
Text Example
White with #1957FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1957FD; }
p { color: rgb(25,87,253); }
H1.HeaderClassName
{
color: #1957FD;
}
.AnyTagClassName
{
color: #1957FD;
}
</style>
background-color css
<style>
a { background-color: #1957FD; }
a { background-color: rgb(25,87,253); }
div.DivClassName
{
background-color: #1957FD;
}
.BgClassName
{
background-color: #1957FD;
}
</style>
border-color css
<style>
span { border-color: #1957FD; }
span { border-color: rgb(25,87,253); }
td.TdClassName
{
border-color: #1957FD;
}
.TagClassName
{
border-color: #1957FD;
}
</style>