Shades of Royal Blue #1759FD
Tints of Royal Blue #1759FD
RGB
CMYK
RGB Variations
Color information
#1759FD (or 0x1759FD) is known color: Royal Blue. HEX triplet: 17, 59 and FD. RGB value is (23,89,253). Sum of RGB (Red+Green+Blue) = 23+89+253=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #1759FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1759FD is #E8A602. Grayscale: #575757. Windows color (decimal): -15246851 or 16603415. OLE color: 16603415.
HSL color Cylindrical-coordinate representation of color #1759FD: hue angle of 222.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1759FD is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 89 | 253 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.01 |
| HSL | 222.78º | 0.98% | 0.54% | - |
| HSV(B) | 222.78º | 0.91% | 0.99% | - |
| XYZ | 21.66 | 14.42 | 94.57 | - |
| YUV | 87.96 | 221.13 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 253 | 0.91 | 0.65 | 0 | 0.01 | 222.78 | 0.98 | 0.54 |
| Hex | 17 | 59 | FD | 5B | 41 | 0 | 1 | DF | 62 | 36 |
| Octal | 27 | 131 | 375 | 133 | 101 | 0 | 1 | 337 | 142 | 66 |
| Binary | 10111 | 1011001 | 11111101 | 1011011 | 1000001 | 0 | 1 | 11011111 | 1100010 | 110110 |
Color Harmonies of #1759FD
Complementary color
Monochromatic Colors of #1759FD
Black with #1759FD
Text Example
Text Example
White with #1759FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759FD; }
p { color: rgb(23,89,253); }
H1.HeaderClassName
{
color: #1759FD;
}
.AnyTagClassName
{
color: #1759FD;
}
</style>
background-color css
<style>
a { background-color: #1759FD; }
a { background-color: rgb(23,89,253); }
div.DivClassName
{
background-color: #1759FD;
}
.BgClassName
{
background-color: #1759FD;
}
</style>
border-color css
<style>
span { border-color: #1759FD; }
span { border-color: rgb(23,89,253); }
td.TdClassName
{
border-color: #1759FD;
}
.TagClassName
{
border-color: #1759FD;
}
</style>