Shades of Royal Blue #1753EF
Tints of Royal Blue #1753EF
RGB
CMYK
RGB Variations
Color information
#1753EF (or 0x1753EF) is known color: Royal Blue. HEX triplet: 17, 53 and EF. RGB value is (23,83,239). Sum of RGB (Red+Green+Blue) = 23+83+239=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #1753EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1753EF is #E8AC10. Grayscale: #525252. Windows color (decimal): -15248401 or 15684375. OLE color: 15684375.
HSL color Cylindrical-coordinate representation of color #1753EF: hue angle of 223.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1753EF is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 83 | 239 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.06 |
| HSL | 223.33º | 0.87% | 0.51% | - |
| HSV(B) | 223.33º | 0.9% | 0.94% | - |
| XYZ | 19.03 | 12.6 | 83.09 | - |
| YUV | 82.84 | 216.12 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 239 | 0.90 | 0.65 | 0 | 0.06 | 223.33 | 0.87 | 0.51 |
| Hex | 17 | 53 | EF | 5A | 41 | 0 | 6 | DF | 57 | 33 |
| Octal | 27 | 123 | 357 | 132 | 101 | 0 | 6 | 337 | 127 | 63 |
| Binary | 10111 | 1010011 | 11101111 | 1011010 | 1000001 | 0 | 110 | 11011111 | 1010111 | 110011 |
Color Harmonies of #1753EF
Complementary color
Monochromatic Colors of #1753EF
Black with #1753EF
Text Example
Text Example
White with #1753EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1753EF; }
p { color: rgb(23,83,239); }
H1.HeaderClassName
{
color: #1753EF;
}
.AnyTagClassName
{
color: #1753EF;
}
</style>
background-color css
<style>
a { background-color: #1753EF; }
a { background-color: rgb(23,83,239); }
div.DivClassName
{
background-color: #1753EF;
}
.BgClassName
{
background-color: #1753EF;
}
</style>
border-color css
<style>
span { border-color: #1753EF; }
span { border-color: rgb(23,83,239); }
td.TdClassName
{
border-color: #1753EF;
}
.TagClassName
{
border-color: #1753EF;
}
</style>