Shades of Royal Blue #1750F6
Tints of Royal Blue #1750F6
RGB
CMYK
RGB Variations
Color information
#1750F6 (or 0x1750F6) is known color: Royal Blue. HEX triplet: 17, 50 and F6. RGB value is (23,80,246). Sum of RGB (Red+Green+Blue) = 23+80+246=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 246 (96.48% from 255 or 70.49% from 349); Max value from RGB is 246 - color contains mainly: blue. Hex color #1750F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750F6 is #E8AF09. Grayscale: #515151. Windows color (decimal): -15249162 or 16142359. OLE color: 16142359.
HSL color Cylindrical-coordinate representation of color #1750F6: hue angle of 224.66º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1750F6 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 80 | 246 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.04 |
| HSL | 224.66º | 0.93% | 0.53% | - |
| HSV(B) | 224.66º | 0.91% | 0.96% | - |
| XYZ | 19.86 | 12.57 | 88.57 | - |
| YUV | 81.88 | 220.62 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 246 | 0.91 | 0.67 | 0 | 0.04 | 224.66 | 0.93 | 0.53 |
| Hex | 17 | 50 | F6 | 5B | 43 | 0 | 4 | E1 | 5D | 35 |
| Octal | 27 | 120 | 366 | 133 | 103 | 0 | 4 | 341 | 135 | 65 |
| Binary | 10111 | 1010000 | 11110110 | 1011011 | 1000011 | 0 | 100 | 11100001 | 1011101 | 110101 |
Color Harmonies of #1750F6
Complementary color
Monochromatic Colors of #1750F6
Black with #1750F6
Text Example
Text Example
White with #1750F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1750F6; }
p { color: rgb(23,80,246); }
H1.HeaderClassName
{
color: #1750F6;
}
.AnyTagClassName
{
color: #1750F6;
}
</style>
background-color css
<style>
a { background-color: #1750F6; }
a { background-color: rgb(23,80,246); }
div.DivClassName
{
background-color: #1750F6;
}
.BgClassName
{
background-color: #1750F6;
}
</style>
border-color css
<style>
span { border-color: #1750F6; }
span { border-color: rgb(23,80,246); }
td.TdClassName
{
border-color: #1750F6;
}
.TagClassName
{
border-color: #1750F6;
}
</style>