Shades of Royal Blue #1958EE
Tints of Royal Blue #1958EE
RGB
CMYK
RGB Variations
Color information
#1958EE (or 0x1958EE) is known color: Royal Blue. HEX triplet: 19, 58 and EE. RGB value is (25,88,238). Sum of RGB (Red+Green+Blue) = 25+88+238=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #1958EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1958EE is #E6A711. Grayscale: #555555. Windows color (decimal): -15116050 or 15620121. OLE color: 15620121.
HSL color Cylindrical-coordinate representation of color #1958EE: hue angle of 222.25º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1958EE is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 88 | 238 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.07 |
| HSL | 222.25º | 0.86% | 0.52% | - |
| HSV(B) | 222.25º | 0.89% | 0.93% | - |
| XYZ | 19.32 | 13.36 | 82.45 | - |
| YUV | 86.26 | 213.63 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 238 | 0.89 | 0.63 | 0 | 0.07 | 222.25 | 0.86 | 0.52 |
| Hex | 19 | 58 | EE | 59 | 3F | 0 | 7 | DE | 56 | 34 |
| Octal | 31 | 130 | 356 | 131 | 77 | 0 | 7 | 336 | 126 | 64 |
| Binary | 11001 | 1011000 | 11101110 | 1011001 | 111111 | 0 | 111 | 11011110 | 1010110 | 110100 |
Color Harmonies of #1958EE
Complementary color
Monochromatic Colors of #1958EE
Black with #1958EE
Text Example
Text Example
White with #1958EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1958EE; }
p { color: rgb(25,88,238); }
H1.HeaderClassName
{
color: #1958EE;
}
.AnyTagClassName
{
color: #1958EE;
}
</style>
background-color css
<style>
a { background-color: #1958EE; }
a { background-color: rgb(25,88,238); }
div.DivClassName
{
background-color: #1958EE;
}
.BgClassName
{
background-color: #1958EE;
}
</style>
border-color css
<style>
span { border-color: #1958EE; }
span { border-color: rgb(25,88,238); }
td.TdClassName
{
border-color: #1958EE;
}
.TagClassName
{
border-color: #1958EE;
}
</style>