Shades of Royal Blue #1759FA
Tints of Royal Blue #1759FA
RGB
CMYK
RGB Variations
Color information
#1759FA (or 0x1759FA) is known color: Royal Blue. HEX triplet: 17, 59 and FA. RGB value is (23,89,250). Sum of RGB (Red+Green+Blue) = 23+89+250=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #1759FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1759FA is #E8A605. Grayscale: #565656. Windows color (decimal): -15246854 or 16406807. OLE color: 16406807.
HSL color Cylindrical-coordinate representation of color #1759FA: hue angle of 222.56º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1759FA is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 89 | 250 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.02 |
| HSL | 222.56º | 0.96% | 0.54% | - |
| HSV(B) | 222.56º | 0.91% | 0.98% | - |
| XYZ | 21.18 | 14.23 | 92.07 | - |
| YUV | 87.62 | 219.63 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 250 | 0.91 | 0.64 | 0 | 0.02 | 222.56 | 0.96 | 0.54 |
| Hex | 17 | 59 | FA | 5B | 40 | 0 | 2 | DF | 60 | 36 |
| Octal | 27 | 131 | 372 | 133 | 100 | 0 | 2 | 337 | 140 | 66 |
| Binary | 10111 | 1011001 | 11111010 | 1011011 | 1000000 | 0 | 10 | 11011111 | 1100000 | 110110 |
Color Harmonies of #1759FA
Complementary color
Monochromatic Colors of #1759FA
Black with #1759FA
Text Example
Text Example
White with #1759FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759FA; }
p { color: rgb(23,89,250); }
H1.HeaderClassName
{
color: #1759FA;
}
.AnyTagClassName
{
color: #1759FA;
}
</style>
background-color css
<style>
a { background-color: #1759FA; }
a { background-color: rgb(23,89,250); }
div.DivClassName
{
background-color: #1759FA;
}
.BgClassName
{
background-color: #1759FA;
}
</style>
border-color css
<style>
span { border-color: #1759FA; }
span { border-color: rgb(23,89,250); }
td.TdClassName
{
border-color: #1759FA;
}
.TagClassName
{
border-color: #1759FA;
}
</style>