Shades of Royal Blue #1760FA
Tints of Royal Blue #1760FA
RGB
CMYK
RGB Variations
Color information
#1760FA (or 0x1760FA) is known color: Royal Blue. HEX triplet: 17, 60 and FA. RGB value is (23,96,250). Sum of RGB (Red+Green+Blue) = 23+96+250=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #1760FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1760FA is #E89F05. Grayscale: #5B5B5B. Windows color (decimal): -15245062 or 16408599. OLE color: 16408599.
HSL color Cylindrical-coordinate representation of color #1760FA: hue angle of 220.7º degrees, saturation: 0.96, 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 #1760FA is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 96 | 250 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.02 |
| HSL | 220.7º | 0.96% | 0.54% | - |
| HSV(B) | 220.7º | 0.91% | 0.98% | - |
| XYZ | 21.79 | 15.45 | 92.28 | - |
| YUV | 91.73 | 217.32 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 250 | 0.91 | 0.62 | 0 | 0.02 | 220.7 | 0.96 | 0.54 |
| Hex | 17 | 60 | FA | 5B | 3E | 0 | 2 | DD | 60 | 36 |
| Octal | 27 | 140 | 372 | 133 | 76 | 0 | 2 | 335 | 140 | 66 |
| Binary | 10111 | 1100000 | 11111010 | 1011011 | 111110 | 0 | 10 | 11011101 | 1100000 | 110110 |
Color Harmonies of #1760FA
Complementary color
Monochromatic Colors of #1760FA
Black with #1760FA
Text Example
Text Example
White with #1760FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1760FA; }
p { color: rgb(23,96,250); }
H1.HeaderClassName
{
color: #1760FA;
}
.AnyTagClassName
{
color: #1760FA;
}
</style>
background-color css
<style>
a { background-color: #1760FA; }
a { background-color: rgb(23,96,250); }
div.DivClassName
{
background-color: #1760FA;
}
.BgClassName
{
background-color: #1760FA;
}
</style>
border-color css
<style>
span { border-color: #1760FA; }
span { border-color: rgb(23,96,250); }
td.TdClassName
{
border-color: #1760FA;
}
.TagClassName
{
border-color: #1760FA;
}
</style>