Shades of Royal Blue #1756F7
Tints of Royal Blue #1756F7
RGB
CMYK
RGB Variations
Color information
#1756F7 (or 0x1756F7) is known color: Royal Blue. HEX triplet: 17, 56 and F7. RGB value is (23,86,247). Sum of RGB (Red+Green+Blue) = 23+86+247=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #1756F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1756F7 is #E8A908. Grayscale: #545454. Windows color (decimal): -15247625 or 16209431. OLE color: 16209431.
HSL color Cylindrical-coordinate representation of color #1756F7: hue angle of 223.12º degrees, saturation: 0.93, 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 #1756F7 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 86 | 247 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.03 |
| HSL | 223.13º | 0.93% | 0.53% | - |
| HSV(B) | 223.13º | 0.91% | 0.97% | - |
| XYZ | 20.47 | 13.55 | 89.53 | - |
| YUV | 85.52 | 219.13 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 247 | 0.91 | 0.65 | 0 | 0.03 | 223.13 | 0.93 | 0.53 |
| Hex | 17 | 56 | F7 | 5B | 41 | 0 | 3 | DF | 5D | 35 |
| Octal | 27 | 126 | 367 | 133 | 101 | 0 | 3 | 337 | 135 | 65 |
| Binary | 10111 | 1010110 | 11110111 | 1011011 | 1000001 | 0 | 11 | 11011111 | 1011101 | 110101 |
Color Harmonies of #1756F7
Complementary color
Monochromatic Colors of #1756F7
Black with #1756F7
Text Example
Text Example
White with #1756F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1756F7; }
p { color: rgb(23,86,247); }
H1.HeaderClassName
{
color: #1756F7;
}
.AnyTagClassName
{
color: #1756F7;
}
</style>
background-color css
<style>
a { background-color: #1756F7; }
a { background-color: rgb(23,86,247); }
div.DivClassName
{
background-color: #1756F7;
}
.BgClassName
{
background-color: #1756F7;
}
</style>
border-color css
<style>
span { border-color: #1756F7; }
span { border-color: rgb(23,86,247); }
td.TdClassName
{
border-color: #1756F7;
}
.TagClassName
{
border-color: #1756F7;
}
</style>