Shades of Royal Blue #1750F9
Tints of Royal Blue #1750F9
RGB
CMYK
RGB Variations
Color information
#1750F9 (or 0x1750F9) is known color: Royal Blue. HEX triplet: 17, 50 and F9. RGB value is (23,80,249). Sum of RGB (Red+Green+Blue) = 23+80+249=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 249 (97.66% from 255 or 70.74% from 352); Max value from RGB is 249 - color contains mainly: blue. Hex color #1750F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750F9 is #E8AF06. Grayscale: #515151. Windows color (decimal): -15249159 or 16338967. OLE color: 16338967.
HSL color Cylindrical-coordinate representation of color #1750F9: hue angle of 224.87º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1750F9 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 80 | 249 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.02 |
| HSL | 224.87º | 0.95% | 0.53% | - |
| HSV(B) | 224.87º | 0.91% | 0.98% | - |
| XYZ | 20.32 | 12.76 | 91.01 | - |
| YUV | 82.22 | 222.12 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 249 | 0.91 | 0.68 | 0 | 0.02 | 224.87 | 0.95 | 0.53 |
| Hex | 17 | 50 | F9 | 5B | 44 | 0 | 2 | E1 | 5F | 35 |
| Octal | 27 | 120 | 371 | 133 | 104 | 0 | 2 | 341 | 137 | 65 |
| Binary | 10111 | 1010000 | 11111001 | 1011011 | 1000100 | 0 | 10 | 11100001 | 1011111 | 110101 |
Color Harmonies of #1750F9
Complementary color
Monochromatic Colors of #1750F9
Black with #1750F9
Text Example
Text Example
White with #1750F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1750F9; }
p { color: rgb(23,80,249); }
H1.HeaderClassName
{
color: #1750F9;
}
.AnyTagClassName
{
color: #1750F9;
}
</style>
background-color css
<style>
a { background-color: #1750F9; }
a { background-color: rgb(23,80,249); }
div.DivClassName
{
background-color: #1750F9;
}
.BgClassName
{
background-color: #1750F9;
}
</style>
border-color css
<style>
span { border-color: #1750F9; }
span { border-color: rgb(23,80,249); }
td.TdClassName
{
border-color: #1750F9;
}
.TagClassName
{
border-color: #1750F9;
}
</style>