Shades of Royal Blue #5D76F2
Tints of Royal Blue #5D76F2
RGB
CMYK
RGB Variations
Color information
#5D76F2 (or 0x5D76F2) is known color: Royal Blue. HEX triplet: 5D, 76 and F2. RGB value is (93,118,242). Sum of RGB (Red+Green+Blue) = 93+118+242=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #5D76F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D76F2 is #A2890D. Grayscale: #7C7C7C. Windows color (decimal): -10651918 or 15890013. OLE color: 15890013.
HSL color Cylindrical-coordinate representation of color #5D76F2: hue angle of 229.93º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D76F2 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 118 | 242 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.05 |
| HSL | 229.93º | 0.85% | 0.66% | - |
| HSV(B) | 229.93º | 0.62% | 0.95% | - |
| XYZ | 27.02 | 21.69 | 86.77 | - |
| YUV | 124.66 | 194.22 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 242 | 0.62 | 0.51 | 0 | 0.05 | 229.93 | 0.85 | 0.66 |
| Hex | 5D | 76 | F2 | 3E | 33 | 0 | 5 | E6 | 55 | 42 |
| Octal | 135 | 166 | 362 | 76 | 63 | 0 | 5 | 346 | 125 | 102 |
| Binary | 1011101 | 1110110 | 11110010 | 111110 | 110011 | 0 | 101 | 11100110 | 1010101 | 1000010 |
Color Harmonies of #5D76F2
Complementary color
Monochromatic Colors of #5D76F2
Black with #5D76F2
Text Example
Text Example
White with #5D76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D76F2; }
p { color: rgb(93,118,242); }
H1.HeaderClassName
{
color: #5D76F2;
}
.AnyTagClassName
{
color: #5D76F2;
}
</style>
background-color css
<style>
a { background-color: #5D76F2; }
a { background-color: rgb(93,118,242); }
div.DivClassName
{
background-color: #5D76F2;
}
.BgClassName
{
background-color: #5D76F2;
}
</style>
border-color css
<style>
span { border-color: #5D76F2; }
span { border-color: rgb(93,118,242); }
td.TdClassName
{
border-color: #5D76F2;
}
.TagClassName
{
border-color: #5D76F2;
}
</style>