Shades of Royal Blue #5068E0
Tints of Royal Blue #5068E0
RGB
CMYK
RGB Variations
Color information
#5068E0 (or 0x5068E0) is known color: Royal Blue. HEX triplet: 50, 68 and E0. RGB value is (80,104,224). Sum of RGB (Red+Green+Blue) = 80+104+224=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #5068E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068E0 is #AF971F. Grayscale: #6E6E6E. Windows color (decimal): -11507488 or 14706768. OLE color: 14706768.
HSL color Cylindrical-coordinate representation of color #5068E0: hue angle of 230º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5068E0 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 104 | 224 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.12 |
| HSL | 230º | 0.7% | 0.6% | - |
| HSV(B) | 230º | 0.64% | 0.88% | - |
| XYZ | 21.71 | 16.99 | 72.66 | - |
| YUV | 110.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 224 | 0.64 | 0.54 | 0 | 0.12 | 230 | 0.7 | 0.6 |
| Hex | 50 | 68 | E0 | 40 | 36 | 0 | C | E6 | 46 | 3C |
| Octal | 120 | 150 | 340 | 100 | 66 | 0 | 14 | 346 | 106 | 74 |
| Binary | 1010000 | 1101000 | 11100000 | 1000000 | 110110 | 0 | 1100 | 11100110 | 1000110 | 111100 |
Color Harmonies of #5068E0
Complementary color
Monochromatic Colors of #5068E0
Black with #5068E0
Text Example
Text Example
White with #5068E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5068E0; }
p { color: rgb(80,104,224); }
H1.HeaderClassName
{
color: #5068E0;
}
.AnyTagClassName
{
color: #5068E0;
}
</style>
background-color css
<style>
a { background-color: #5068E0; }
a { background-color: rgb(80,104,224); }
div.DivClassName
{
background-color: #5068E0;
}
.BgClassName
{
background-color: #5068E0;
}
</style>
border-color css
<style>
span { border-color: #5068E0; }
span { border-color: rgb(80,104,224); }
td.TdClassName
{
border-color: #5068E0;
}
.TagClassName
{
border-color: #5068E0;
}
</style>