Shades of Royal Blue #5068DF
Tints of Royal Blue #5068DF
RGB
CMYK
RGB Variations
Color information
#5068DF (or 0x5068DF) is known color: Royal Blue. HEX triplet: 50, 68 and DF. RGB value is (80,104,223). Sum of RGB (Red+Green+Blue) = 80+104+223=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #5068DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068DF is #AF9720. Grayscale: #6D6D6D. Windows color (decimal): -11507489 or 14641232. OLE color: 14641232.
HSL color Cylindrical-coordinate representation of color #5068DF: hue angle of 229.93º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5068DF is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 104 | 223 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.13 |
| HSL | 229.93º | 0.69% | 0.59% | - |
| HSV(B) | 229.93º | 0.64% | 0.87% | - |
| XYZ | 21.58 | 16.93 | 71.94 | - |
| YUV | 110.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 223 | 0.64 | 0.53 | 0 | 0.13 | 229.93 | 0.69 | 0.59 |
| Hex | 50 | 68 | DF | 40 | 35 | 0 | D | E6 | 45 | 3B |
| Octal | 120 | 150 | 337 | 100 | 65 | 0 | 15 | 346 | 105 | 73 |
| Binary | 1010000 | 1101000 | 11011111 | 1000000 | 110101 | 0 | 1101 | 11100110 | 1000101 | 111011 |
Color Harmonies of #5068DF
Complementary color
Monochromatic Colors of #5068DF
Black with #5068DF
Text Example
Text Example
White with #5068DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5068DF; }
p { color: rgb(80,104,223); }
H1.HeaderClassName
{
color: #5068DF;
}
.AnyTagClassName
{
color: #5068DF;
}
</style>
background-color css
<style>
a { background-color: #5068DF; }
a { background-color: rgb(80,104,223); }
div.DivClassName
{
background-color: #5068DF;
}
.BgClassName
{
background-color: #5068DF;
}
</style>
border-color css
<style>
span { border-color: #5068DF; }
span { border-color: rgb(80,104,223); }
td.TdClassName
{
border-color: #5068DF;
}
.TagClassName
{
border-color: #5068DF;
}
</style>