Shades of Royal Blue #1759F8
Tints of Royal Blue #1759F8
RGB
CMYK
RGB Variations
Color information
#1759F8 (or 0x1759F8) is known color: Royal Blue. HEX triplet: 17, 59 and F8. RGB value is (23,89,248). Sum of RGB (Red+Green+Blue) = 23+89+248=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #1759F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1759F8 is #E8A607. Grayscale: #565656. Windows color (decimal): -15246856 or 16275735. OLE color: 16275735.
HSL color Cylindrical-coordinate representation of color #1759F8: hue angle of 222.4º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1759F8 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 89 | 248 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.03 |
| HSL | 222.4º | 0.94% | 0.53% | - |
| HSV(B) | 222.4º | 0.91% | 0.97% | - |
| XYZ | 20.87 | 14.1 | 90.43 | - |
| YUV | 87.39 | 218.63 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 248 | 0.91 | 0.64 | 0 | 0.03 | 222.4 | 0.94 | 0.53 |
| Hex | 17 | 59 | F8 | 5B | 40 | 0 | 3 | DE | 5E | 35 |
| Octal | 27 | 131 | 370 | 133 | 100 | 0 | 3 | 336 | 136 | 65 |
| Binary | 10111 | 1011001 | 11111000 | 1011011 | 1000000 | 0 | 11 | 11011110 | 1011110 | 110101 |
Color Harmonies of #1759F8
Complementary color
Monochromatic Colors of #1759F8
Black with #1759F8
Text Example
Text Example
White with #1759F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759F8; }
p { color: rgb(23,89,248); }
H1.HeaderClassName
{
color: #1759F8;
}
.AnyTagClassName
{
color: #1759F8;
}
</style>
background-color css
<style>
a { background-color: #1759F8; }
a { background-color: rgb(23,89,248); }
div.DivClassName
{
background-color: #1759F8;
}
.BgClassName
{
background-color: #1759F8;
}
</style>
border-color css
<style>
span { border-color: #1759F8; }
span { border-color: rgb(23,89,248); }
td.TdClassName
{
border-color: #1759F8;
}
.TagClassName
{
border-color: #1759F8;
}
</style>