Shades of Royal Blue #1759FB
Tints of Royal Blue #1759FB
RGB
CMYK
RGB Variations
Color information
#1759FB (or 0x1759FB) is known color: Royal Blue. HEX triplet: 17, 59 and FB. RGB value is (23,89,251). Sum of RGB (Red+Green+Blue) = 23+89+251=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #1759FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1759FB is #E8A604. Grayscale: #575757. Windows color (decimal): -15246853 or 16472343. OLE color: 16472343.
HSL color Cylindrical-coordinate representation of color #1759FB: hue angle of 222.63º degrees, saturation: 0.97, 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 #1759FB is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 89 | 251 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.02 |
| HSL | 222.63º | 0.97% | 0.54% | - |
| HSV(B) | 222.63º | 0.91% | 0.98% | - |
| XYZ | 21.34 | 14.29 | 92.9 | - |
| YUV | 87.73 | 220.13 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 251 | 0.91 | 0.65 | 0 | 0.02 | 222.63 | 0.97 | 0.54 |
| Hex | 17 | 59 | FB | 5B | 41 | 0 | 2 | DF | 61 | 36 |
| Octal | 27 | 131 | 373 | 133 | 101 | 0 | 2 | 337 | 141 | 66 |
| Binary | 10111 | 1011001 | 11111011 | 1011011 | 1000001 | 0 | 10 | 11011111 | 1100001 | 110110 |
Color Harmonies of #1759FB
Complementary color
Monochromatic Colors of #1759FB
Black with #1759FB
Text Example
Text Example
White with #1759FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759FB; }
p { color: rgb(23,89,251); }
H1.HeaderClassName
{
color: #1759FB;
}
.AnyTagClassName
{
color: #1759FB;
}
</style>
background-color css
<style>
a { background-color: #1759FB; }
a { background-color: rgb(23,89,251); }
div.DivClassName
{
background-color: #1759FB;
}
.BgClassName
{
background-color: #1759FB;
}
</style>
border-color css
<style>
span { border-color: #1759FB; }
span { border-color: rgb(23,89,251); }
td.TdClassName
{
border-color: #1759FB;
}
.TagClassName
{
border-color: #1759FB;
}
</style>