Shades of Royal Blue #5068CE
Tints of Royal Blue #5068CE
RGB
CMYK
RGB Variations
Color information
#5068CE (or 0x5068CE) is known color: Royal Blue. HEX triplet: 50, 68 and CE. RGB value is (80,104,206). Sum of RGB (Red+Green+Blue) = 80+104+206=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #5068CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068CE is #AF9731. Grayscale: #6C6C6C. Windows color (decimal): -11507506 or 13527120. OLE color: 13527120.
HSL color Cylindrical-coordinate representation of color #5068CE: hue angle of 228.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5068CE is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 104 | 206 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.19 |
| HSL | 228.57º | 0.56% | 0.56% | - |
| HSV(B) | 228.57º | 0.61% | 0.81% | - |
| XYZ | 19.4 | 16.06 | 60.47 | - |
| YUV | 108.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 206 | 0.61 | 0.50 | 0 | 0.19 | 228.57 | 0.56 | 0.56 |
| Hex | 50 | 68 | CE | 3D | 32 | 0 | 13 | E5 | 38 | 38 |
| Octal | 120 | 150 | 316 | 75 | 62 | 0 | 23 | 345 | 70 | 70 |
| Binary | 1010000 | 1101000 | 11001110 | 111101 | 110010 | 0 | 10011 | 11100101 | 111000 | 111000 |
Color Harmonies of #5068CE
Complementary color
Monochromatic Colors of #5068CE
Black with #5068CE
Text Example
Text Example
White with #5068CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5068CE; }
p { color: rgb(80,104,206); }
H1.HeaderClassName
{
color: #5068CE;
}
.AnyTagClassName
{
color: #5068CE;
}
</style>
background-color css
<style>
a { background-color: #5068CE; }
a { background-color: rgb(80,104,206); }
div.DivClassName
{
background-color: #5068CE;
}
.BgClassName
{
background-color: #5068CE;
}
</style>
border-color css
<style>
span { border-color: #5068CE; }
span { border-color: rgb(80,104,206); }
td.TdClassName
{
border-color: #5068CE;
}
.TagClassName
{
border-color: #5068CE;
}
</style>