Shades of Royal Blue #1958FC
Tints of Royal Blue #1958FC
RGB
CMYK
RGB Variations
Color information
#1958FC (or 0x1958FC) is known color: Royal Blue. HEX triplet: 19, 58 and FC. RGB value is (25,88,252). Sum of RGB (Red+Green+Blue) = 25+88+252=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #1958FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1958FC is #E6A703. Grayscale: #575757. Windows color (decimal): -15116036 or 16537625. OLE color: 16537625.
HSL color Cylindrical-coordinate representation of color #1958FC: hue angle of 223.35º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1958FC is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 88 | 252 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.01 |
| HSL | 223.35º | 0.97% | 0.54% | - |
| HSV(B) | 223.35º | 0.9% | 0.99% | - |
| XYZ | 21.46 | 14.21 | 93.71 | - |
| YUV | 87.86 | 220.63 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 252 | 0.90 | 0.65 | 0 | 0.01 | 223.35 | 0.97 | 0.54 |
| Hex | 19 | 58 | FC | 5A | 41 | 0 | 1 | DF | 61 | 36 |
| Octal | 31 | 130 | 374 | 132 | 101 | 0 | 1 | 337 | 141 | 66 |
| Binary | 11001 | 1011000 | 11111100 | 1011010 | 1000001 | 0 | 1 | 11011111 | 1100001 | 110110 |
Color Harmonies of #1958FC
Complementary color
Monochromatic Colors of #1958FC
Black with #1958FC
Text Example
Text Example
White with #1958FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1958FC; }
p { color: rgb(25,88,252); }
H1.HeaderClassName
{
color: #1958FC;
}
.AnyTagClassName
{
color: #1958FC;
}
</style>
background-color css
<style>
a { background-color: #1958FC; }
a { background-color: rgb(25,88,252); }
div.DivClassName
{
background-color: #1958FC;
}
.BgClassName
{
background-color: #1958FC;
}
</style>
border-color css
<style>
span { border-color: #1958FC; }
span { border-color: rgb(25,88,252); }
td.TdClassName
{
border-color: #1958FC;
}
.TagClassName
{
border-color: #1958FC;
}
</style>