Shades of Royal Blue #5054DF
Tints of Royal Blue #5054DF
RGB
CMYK
RGB Variations
Color information
#5054DF (or 0x5054DF) is known color: Royal Blue. HEX triplet: 50, 54 and DF. RGB value is (80,84,223). Sum of RGB (Red+Green+Blue) = 80+84+223=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #5054DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5054DF is #AFAB20. Grayscale: #626262. Windows color (decimal): -11512609 or 14636112. OLE color: 14636112.
HSL color Cylindrical-coordinate representation of color #5054DF: hue angle of 238.32º 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 #5054DF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 84 | 223 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.13 |
| HSL | 238.32º | 0.69% | 0.59% | - |
| HSV(B) | 238.32º | 0.64% | 0.87% | - |
| XYZ | 19.8 | 13.37 | 71.35 | - |
| YUV | 98.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 223 | 0.64 | 0.62 | 0 | 0.13 | 238.32 | 0.69 | 0.59 |
| Hex | 50 | 54 | DF | 40 | 3E | 0 | D | EE | 45 | 3B |
| Octal | 120 | 124 | 337 | 100 | 76 | 0 | 15 | 356 | 105 | 73 |
| Binary | 1010000 | 1010100 | 11011111 | 1000000 | 111110 | 0 | 1101 | 11101110 | 1000101 | 111011 |
Color Harmonies of #5054DF
Complementary color
Monochromatic Colors of #5054DF
Black with #5054DF
Text Example
Text Example
White with #5054DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5054DF; }
p { color: rgb(80,84,223); }
H1.HeaderClassName
{
color: #5054DF;
}
.AnyTagClassName
{
color: #5054DF;
}
</style>
background-color css
<style>
a { background-color: #5054DF; }
a { background-color: rgb(80,84,223); }
div.DivClassName
{
background-color: #5054DF;
}
.BgClassName
{
background-color: #5054DF;
}
</style>
border-color css
<style>
span { border-color: #5054DF; }
span { border-color: rgb(80,84,223); }
td.TdClassName
{
border-color: #5054DF;
}
.TagClassName
{
border-color: #5054DF;
}
</style>