Shades of Royal Blue #5D76DF
Tints of Royal Blue #5D76DF
RGB
CMYK
RGB Variations
Color information
#5D76DF (or 0x5D76DF) is known color: Royal Blue. HEX triplet: 5D, 76 and DF. RGB value is (93,118,223). Sum of RGB (Red+Green+Blue) = 93+118+223=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D76DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D76DF is #A28920. Grayscale: #7A7A7A. Windows color (decimal): -10651937 or 14644829. OLE color: 14644829.
HSL color Cylindrical-coordinate representation of color #5D76DF: hue angle of 228.46º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D76DF is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 118 | 223 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.13 |
| HSL | 228.46º | 0.67% | 0.62% | - |
| HSV(B) | 228.46º | 0.58% | 0.87% | - |
| XYZ | 24.31 | 20.61 | 72.51 | - |
| YUV | 122.5 | 184.72 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 223 | 0.58 | 0.47 | 0 | 0.13 | 228.46 | 0.67 | 0.62 |
| Hex | 5D | 76 | DF | 3A | 2F | 0 | D | E4 | 43 | 3E |
| Octal | 135 | 166 | 337 | 72 | 57 | 0 | 15 | 344 | 103 | 76 |
| Binary | 1011101 | 1110110 | 11011111 | 111010 | 101111 | 0 | 1101 | 11100100 | 1000011 | 111110 |
Color Harmonies of #5D76DF
Complementary color
Monochromatic Colors of #5D76DF
Black with #5D76DF
Text Example
Text Example
White with #5D76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D76DF; }
p { color: rgb(93,118,223); }
H1.HeaderClassName
{
color: #5D76DF;
}
.AnyTagClassName
{
color: #5D76DF;
}
</style>
background-color css
<style>
a { background-color: #5D76DF; }
a { background-color: rgb(93,118,223); }
div.DivClassName
{
background-color: #5D76DF;
}
.BgClassName
{
background-color: #5D76DF;
}
</style>
border-color css
<style>
span { border-color: #5D76DF; }
span { border-color: rgb(93,118,223); }
td.TdClassName
{
border-color: #5D76DF;
}
.TagClassName
{
border-color: #5D76DF;
}
</style>