Shades of Royal Blue #1758FD
Tints of Royal Blue #1758FD
RGB
CMYK
RGB Variations
Color information
#1758FD (or 0x1758FD) is known color: Royal Blue. HEX triplet: 17, 58 and FD. RGB value is (23,88,253). Sum of RGB (Red+Green+Blue) = 23+88+253=364 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.32% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #1758FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1758FD is #E8A702. Grayscale: #565656. Windows color (decimal): -15247107 or 16603159. OLE color: 16603159.
HSL color Cylindrical-coordinate representation of color #1758FD: hue angle of 223.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1758FD is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 88 | 253 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.01 |
| HSL | 223.04º | 0.98% | 0.54% | - |
| HSV(B) | 223.04º | 0.91% | 0.99% | - |
| XYZ | 21.57 | 14.25 | 94.54 | - |
| YUV | 87.38 | 221.47 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 253 | 0.91 | 0.65 | 0 | 0.01 | 223.04 | 0.98 | 0.54 |
| Hex | 17 | 58 | FD | 5B | 41 | 0 | 1 | DF | 62 | 36 |
| Octal | 27 | 130 | 375 | 133 | 101 | 0 | 1 | 337 | 142 | 66 |
| Binary | 10111 | 1011000 | 11111101 | 1011011 | 1000001 | 0 | 1 | 11011111 | 1100010 | 110110 |
Color Harmonies of #1758FD
Complementary color
Monochromatic Colors of #1758FD
Black with #1758FD
Text Example
Text Example
White with #1758FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1758FD; }
p { color: rgb(23,88,253); }
H1.HeaderClassName
{
color: #1758FD;
}
.AnyTagClassName
{
color: #1758FD;
}
</style>
background-color css
<style>
a { background-color: #1758FD; }
a { background-color: rgb(23,88,253); }
div.DivClassName
{
background-color: #1758FD;
}
.BgClassName
{
background-color: #1758FD;
}
</style>
border-color css
<style>
span { border-color: #1758FD; }
span { border-color: rgb(23,88,253); }
td.TdClassName
{
border-color: #1758FD;
}
.TagClassName
{
border-color: #1758FD;
}
</style>