Shades of Royal Blue #5D73FE
Tints of Royal Blue #5D73FE
RGB
CMYK
RGB Variations
Color information
#5D73FE (or 0x5D73FE) is known color: Royal Blue. HEX triplet: 5D, 73 and FE. RGB value is (93,115,254). Sum of RGB (Red+Green+Blue) = 93+115+254=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D73FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D73FE is #A28C01. Grayscale: #7B7B7B. Windows color (decimal): -10652674 or 16675677. OLE color: 16675677.
HSL color Cylindrical-coordinate representation of color #5D73FE: hue angle of 231.8º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D73FE is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 115 | 254 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.00 |
| HSL | 231.8º | 0.99% | 0.68% | - |
| HSV(B) | 231.8º | 0.63% | 1% | - |
| XYZ | 28.53 | 21.74 | 96.46 | - |
| YUV | 124.27 | 201.21 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 254 | 0.63 | 0.55 | 0 | 0.00 | 231.8 | 0.99 | 0.68 |
| Hex | 5D | 73 | FE | 3F | 37 | 0 | 0 | E8 | 63 | 44 |
| Octal | 135 | 163 | 376 | 77 | 67 | 0 | 0 | 350 | 143 | 104 |
| Binary | 1011101 | 1110011 | 11111110 | 111111 | 110111 | 0 | 0 | 11101000 | 1100011 | 1000100 |
Color Harmonies of #5D73FE
Complementary color
Monochromatic Colors of #5D73FE
Black with #5D73FE
Text Example
Text Example
White with #5D73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D73FE; }
p { color: rgb(93,115,254); }
H1.HeaderClassName
{
color: #5D73FE;
}
.AnyTagClassName
{
color: #5D73FE;
}
</style>
background-color css
<style>
a { background-color: #5D73FE; }
a { background-color: rgb(93,115,254); }
div.DivClassName
{
background-color: #5D73FE;
}
.BgClassName
{
background-color: #5D73FE;
}
</style>
border-color css
<style>
span { border-color: #5D73FE; }
span { border-color: rgb(93,115,254); }
td.TdClassName
{
border-color: #5D73FE;
}
.TagClassName
{
border-color: #5D73FE;
}
</style>