Shades of Royal Blue #1755FD
Tints of Royal Blue #1755FD
RGB
CMYK
RGB Variations
Color information
#1755FD (or 0x1755FD) is known color: Royal Blue. HEX triplet: 17, 55 and FD. RGB value is (23,85,253). Sum of RGB (Red+Green+Blue) = 23+85+253=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #1755FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1755FD is #E8AA02. Grayscale: #545454. Windows color (decimal): -15247875 or 16602391. OLE color: 16602391.
HSL color Cylindrical-coordinate representation of color #1755FD: hue angle of 223.83º 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 #1755FD is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 85 | 253 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.01 |
| HSL | 223.83º | 0.98% | 0.54% | - |
| HSV(B) | 223.83º | 0.91% | 0.99% | - |
| XYZ | 21.33 | 13.77 | 94.46 | - |
| YUV | 85.61 | 222.46 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 253 | 0.91 | 0.66 | 0 | 0.01 | 223.83 | 0.98 | 0.54 |
| Hex | 17 | 55 | FD | 5B | 42 | 0 | 1 | E0 | 62 | 36 |
| Octal | 27 | 125 | 375 | 133 | 102 | 0 | 1 | 340 | 142 | 66 |
| Binary | 10111 | 1010101 | 11111101 | 1011011 | 1000010 | 0 | 1 | 11100000 | 1100010 | 110110 |
Color Harmonies of #1755FD
Complementary color
Monochromatic Colors of #1755FD
Black with #1755FD
Text Example
Text Example
White with #1755FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1755FD; }
p { color: rgb(23,85,253); }
H1.HeaderClassName
{
color: #1755FD;
}
.AnyTagClassName
{
color: #1755FD;
}
</style>
background-color css
<style>
a { background-color: #1755FD; }
a { background-color: rgb(23,85,253); }
div.DivClassName
{
background-color: #1755FD;
}
.BgClassName
{
background-color: #1755FD;
}
</style>
border-color css
<style>
span { border-color: #1755FD; }
span { border-color: rgb(23,85,253); }
td.TdClassName
{
border-color: #1755FD;
}
.TagClassName
{
border-color: #1755FD;
}
</style>