Shades of Royal Blue #1958EA
Tints of Royal Blue #1958EA
RGB
CMYK
RGB Variations
Color information
#1958EA (or 0x1958EA) is known color: Royal Blue. HEX triplet: 19, 58 and EA. RGB value is (25,88,234). Sum of RGB (Red+Green+Blue) = 25+88+234=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #1958EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1958EA is #E6A715. Grayscale: #555555. Windows color (decimal): -15116054 or 15357977. OLE color: 15357977.
HSL color Cylindrical-coordinate representation of color #1958EA: hue angle of 221.91º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1958EA is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 88 | 234 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.08 |
| HSL | 221.91º | 0.83% | 0.51% | - |
| HSV(B) | 221.91º | 0.89% | 0.92% | - |
| XYZ | 18.74 | 13.13 | 79.39 | - |
| YUV | 85.81 | 211.63 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 234 | 0.89 | 0.62 | 0 | 0.08 | 221.91 | 0.83 | 0.51 |
| Hex | 19 | 58 | EA | 59 | 3E | 0 | 8 | DE | 53 | 33 |
| Octal | 31 | 130 | 352 | 131 | 76 | 0 | 10 | 336 | 123 | 63 |
| Binary | 11001 | 1011000 | 11101010 | 1011001 | 111110 | 0 | 1000 | 11011110 | 1010011 | 110011 |
Color Harmonies of #1958EA
Complementary color
Monochromatic Colors of #1958EA
Black with #1958EA
Text Example
Text Example
White with #1958EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1958EA; }
p { color: rgb(25,88,234); }
H1.HeaderClassName
{
color: #1958EA;
}
.AnyTagClassName
{
color: #1958EA;
}
</style>
background-color css
<style>
a { background-color: #1958EA; }
a { background-color: rgb(25,88,234); }
div.DivClassName
{
background-color: #1958EA;
}
.BgClassName
{
background-color: #1958EA;
}
</style>
border-color css
<style>
span { border-color: #1958EA; }
span { border-color: rgb(25,88,234); }
td.TdClassName
{
border-color: #1958EA;
}
.TagClassName
{
border-color: #1958EA;
}
</style>