Shades of Royal Blue #1959F6
Tints of Royal Blue #1959F6
RGB
CMYK
RGB Variations
Color information
#1959F6 (or 0x1959F6) is known color: Royal Blue. HEX triplet: 19, 59 and F6. RGB value is (25,89,246). Sum of RGB (Red+Green+Blue) = 25+89+246=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #1959F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1959F6 is #E6A609. Grayscale: #575757. Windows color (decimal): -15115786 or 16144665. OLE color: 16144665.
HSL color Cylindrical-coordinate representation of color #1959F6: hue angle of 222.62º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1959F6 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 89 | 246 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.04 |
| HSL | 222.62º | 0.92% | 0.53% | - |
| HSV(B) | 222.62º | 0.9% | 0.96% | - |
| XYZ | 20.61 | 14.01 | 88.81 | - |
| YUV | 87.76 | 217.3 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 246 | 0.90 | 0.64 | 0 | 0.04 | 222.62 | 0.92 | 0.53 |
| Hex | 19 | 59 | F6 | 5A | 40 | 0 | 4 | DF | 5C | 35 |
| Octal | 31 | 131 | 366 | 132 | 100 | 0 | 4 | 337 | 134 | 65 |
| Binary | 11001 | 1011001 | 11110110 | 1011010 | 1000000 | 0 | 100 | 11011111 | 1011100 | 110101 |
Color Harmonies of #1959F6
Complementary color
Monochromatic Colors of #1959F6
Black with #1959F6
Text Example
Text Example
White with #1959F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1959F6; }
p { color: rgb(25,89,246); }
H1.HeaderClassName
{
color: #1959F6;
}
.AnyTagClassName
{
color: #1959F6;
}
</style>
background-color css
<style>
a { background-color: #1959F6; }
a { background-color: rgb(25,89,246); }
div.DivClassName
{
background-color: #1959F6;
}
.BgClassName
{
background-color: #1959F6;
}
</style>
border-color css
<style>
span { border-color: #1959F6; }
span { border-color: rgb(25,89,246); }
td.TdClassName
{
border-color: #1959F6;
}
.TagClassName
{
border-color: #1959F6;
}
</style>