Shades of Royal Blue #5F73ED
Tints of Royal Blue #5F73ED
RGB
CMYK
RGB Variations
Color information
#5F73ED (or 0x5F73ED) is known color: Royal Blue. HEX triplet: 5F, 73 and ED. RGB value is (95,115,237). Sum of RGB (Red+Green+Blue) = 95+115+237=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F73ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F73ED is #A08C12. Grayscale: #7A7A7A. Windows color (decimal): -10521619 or 15561567. OLE color: 15561567.
HSL color Cylindrical-coordinate representation of color #5F73ED: hue angle of 231.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F73ED is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 115 | 237 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.07 |
| HSL | 231.55º | 0.8% | 0.65% | - |
| HSV(B) | 231.55º | 0.6% | 0.93% | - |
| XYZ | 26.14 | 20.81 | 82.76 | - |
| YUV | 122.93 | 192.37 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 237 | 0.60 | 0.51 | 0 | 0.07 | 231.55 | 0.8 | 0.65 |
| Hex | 5F | 73 | ED | 3C | 33 | 0 | 7 | E8 | 50 | 41 |
| Octal | 137 | 163 | 355 | 74 | 63 | 0 | 7 | 350 | 120 | 101 |
| Binary | 1011111 | 1110011 | 11101101 | 111100 | 110011 | 0 | 111 | 11101000 | 1010000 | 1000001 |
Color Harmonies of #5F73ED
Complementary color
Monochromatic Colors of #5F73ED
Black with #5F73ED
Text Example
Text Example
White with #5F73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F73ED; }
p { color: rgb(95,115,237); }
H1.HeaderClassName
{
color: #5F73ED;
}
.AnyTagClassName
{
color: #5F73ED;
}
</style>
background-color css
<style>
a { background-color: #5F73ED; }
a { background-color: rgb(95,115,237); }
div.DivClassName
{
background-color: #5F73ED;
}
.BgClassName
{
background-color: #5F73ED;
}
</style>
border-color css
<style>
span { border-color: #5F73ED; }
span { border-color: rgb(95,115,237); }
td.TdClassName
{
border-color: #5F73ED;
}
.TagClassName
{
border-color: #5F73ED;
}
</style>