Shades of Royal Blue #1958F3
Tints of Royal Blue #1958F3
RGB
CMYK
RGB Variations
Color information
#1958F3 (or 0x1958F3) is known color: Royal Blue. HEX triplet: 19, 58 and F3. RGB value is (25,88,243). Sum of RGB (Red+Green+Blue) = 25+88+243=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #1958F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1958F3 is #E6A70C. Grayscale: #565656. Windows color (decimal): -15116045 or 15947801. OLE color: 15947801.
HSL color Cylindrical-coordinate representation of color #1958F3: hue angle of 222.66º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1958F3 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 88 | 243 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.05 |
| HSL | 222.66º | 0.9% | 0.53% | - |
| HSV(B) | 222.66º | 0.9% | 0.95% | - |
| XYZ | 20.07 | 13.66 | 86.37 | - |
| YUV | 86.83 | 216.13 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 243 | 0.90 | 0.64 | 0 | 0.05 | 222.66 | 0.9 | 0.53 |
| Hex | 19 | 58 | F3 | 5A | 40 | 0 | 5 | DF | 5A | 35 |
| Octal | 31 | 130 | 363 | 132 | 100 | 0 | 5 | 337 | 132 | 65 |
| Binary | 11001 | 1011000 | 11110011 | 1011010 | 1000000 | 0 | 101 | 11011111 | 1011010 | 110101 |
Color Harmonies of #1958F3
Complementary color
Monochromatic Colors of #1958F3
Black with #1958F3
Text Example
Text Example
White with #1958F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1958F3; }
p { color: rgb(25,88,243); }
H1.HeaderClassName
{
color: #1958F3;
}
.AnyTagClassName
{
color: #1958F3;
}
</style>
background-color css
<style>
a { background-color: #1958F3; }
a { background-color: rgb(25,88,243); }
div.DivClassName
{
background-color: #1958F3;
}
.BgClassName
{
background-color: #1958F3;
}
</style>
border-color css
<style>
span { border-color: #1958F3; }
span { border-color: rgb(25,88,243); }
td.TdClassName
{
border-color: #1958F3;
}
.TagClassName
{
border-color: #1958F3;
}
</style>