Shades of Royal Blue #1958FE
Tints of Royal Blue #1958FE
RGB
CMYK
RGB Variations
Color information
#1958FE (or 0x1958FE) is known color: Royal Blue. HEX triplet: 19, 58 and FE. RGB value is (25,88,254). Sum of RGB (Red+Green+Blue) = 25+88+254=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #1958FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1958FE is #E6A701. Grayscale: #575757. Windows color (decimal): -15116034 or 16668697. OLE color: 16668697.
HSL color Cylindrical-coordinate representation of color #1958FE: hue angle of 223.49º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1958FE is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 88 | 254 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.00 |
| HSL | 223.49º | 0.99% | 0.55% | - |
| HSV(B) | 223.49º | 0.9% | 1% | - |
| XYZ | 21.78 | 14.34 | 95.39 | - |
| YUV | 88.09 | 221.63 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 254 | 0.90 | 0.65 | 0 | 0.00 | 223.49 | 0.99 | 0.55 |
| Hex | 19 | 58 | FE | 5A | 41 | 0 | 0 | DF | 63 | 37 |
| Octal | 31 | 130 | 376 | 132 | 101 | 0 | 0 | 337 | 143 | 67 |
| Binary | 11001 | 1011000 | 11111110 | 1011010 | 1000001 | 0 | 0 | 11011111 | 1100011 | 110111 |
Color Harmonies of #1958FE
Complementary color
Monochromatic Colors of #1958FE
Black with #1958FE
Text Example
Text Example
White with #1958FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1958FE; }
p { color: rgb(25,88,254); }
H1.HeaderClassName
{
color: #1958FE;
}
.AnyTagClassName
{
color: #1958FE;
}
</style>
background-color css
<style>
a { background-color: #1958FE; }
a { background-color: rgb(25,88,254); }
div.DivClassName
{
background-color: #1958FE;
}
.BgClassName
{
background-color: #1958FE;
}
</style>
border-color css
<style>
span { border-color: #1958FE; }
span { border-color: rgb(25,88,254); }
td.TdClassName
{
border-color: #1958FE;
}
.TagClassName
{
border-color: #1958FE;
}
</style>