Shades of Royal Blue #5178DC
Tints of Royal Blue #5178DC
RGB
CMYK
RGB Variations
Color information
#5178DC (or 0x5178DC) is known color: Royal Blue. HEX triplet: 51, 78 and DC. RGB value is (81,120,220). Sum of RGB (Red+Green+Blue) = 81+120+220=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #5178DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5178DC is #AE8723. Grayscale: #777777. Windows color (decimal): -11437860 or 14448721. OLE color: 14448721.
HSL color Cylindrical-coordinate representation of color #5178DC: hue angle of 223.17º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5178DC is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 120 | 220 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.14 |
| HSL | 223.17º | 0.67% | 0.59% | - |
| HSV(B) | 223.17º | 0.63% | 0.86% | - |
| XYZ | 23.03 | 20.35 | 70.42 | - |
| YUV | 119.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 220 | 0.63 | 0.45 | 0 | 0.14 | 223.17 | 0.67 | 0.59 |
| Hex | 51 | 78 | DC | 3F | 2D | 0 | E | DF | 43 | 3B |
| Octal | 121 | 170 | 334 | 77 | 55 | 0 | 16 | 337 | 103 | 73 |
| Binary | 1010001 | 1111000 | 11011100 | 111111 | 101101 | 0 | 1110 | 11011111 | 1000011 | 111011 |
Color Harmonies of #5178DC
Complementary color
Monochromatic Colors of #5178DC
Black with #5178DC
Text Example
Text Example
White with #5178DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178DC; }
p { color: rgb(81,120,220); }
H1.HeaderClassName
{
color: #5178DC;
}
.AnyTagClassName
{
color: #5178DC;
}
</style>
background-color css
<style>
a { background-color: #5178DC; }
a { background-color: rgb(81,120,220); }
div.DivClassName
{
background-color: #5178DC;
}
.BgClassName
{
background-color: #5178DC;
}
</style>
border-color css
<style>
span { border-color: #5178DC; }
span { border-color: rgb(81,120,220); }
td.TdClassName
{
border-color: #5178DC;
}
.TagClassName
{
border-color: #5178DC;
}
</style>