Shades of Royal Blue #1756FF
Tints of Royal Blue #1756FF
RGB
CMYK
RGB Variations
Color information
#1756FF (or 0x1756FF) is known color: Royal Blue. HEX triplet: 17, 56 and FF. RGB value is (23,86,255). Sum of RGB (Red+Green+Blue) = 23+86+255=364 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.32% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #1756FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1756FF is #E8A900. Grayscale: #555555. Windows color (decimal): -15247617 or 16733719. OLE color: 16733719.
HSL color Cylindrical-coordinate representation of color #1756FF: hue angle of 223.71º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1756FF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 86 | 255 | - |
| CMYK | 0.91 | 0.66 | 0 | 0 |
| HSL | 223.71º | 1% | 0.55% | - |
| HSV(B) | 223.71º | 0.91% | 1% | - |
| XYZ | 21.73 | 14.06 | 96.18 | - |
| YUV | 86.43 | 223.13 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 255 | 0.91 | 0.66 | 0 | 0 | 223.71 | 1 | 0.55 |
| Hex | 17 | 56 | FF | 5B | 42 | 0 | 0 | E0 | 64 | 37 |
| Octal | 27 | 126 | 377 | 133 | 102 | 0 | 0 | 340 | 144 | 67 |
| Binary | 10111 | 1010110 | 11111111 | 1011011 | 1000010 | 0 | 0 | 11100000 | 1100100 | 110111 |
Color Harmonies of #1756FF
Complementary color
Monochromatic Colors of #1756FF
Black with #1756FF
Text Example
Text Example
White with #1756FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1756FF; }
p { color: rgb(23,86,255); }
H1.HeaderClassName
{
color: #1756FF;
}
.AnyTagClassName
{
color: #1756FF;
}
</style>
background-color css
<style>
a { background-color: #1756FF; }
a { background-color: rgb(23,86,255); }
div.DivClassName
{
background-color: #1756FF;
}
.BgClassName
{
background-color: #1756FF;
}
</style>
border-color css
<style>
span { border-color: #1756FF; }
span { border-color: rgb(23,86,255); }
td.TdClassName
{
border-color: #1756FF;
}
.TagClassName
{
border-color: #1756FF;
}
</style>