Shades of Royal Blue #5278DC
Tints of Royal Blue #5278DC
RGB
CMYK
RGB Variations
Color information
#5278DC (or 0x5278DC) is known color: Royal Blue. HEX triplet: 52, 78 and DC. RGB value is (82,120,220). Sum of RGB (Red+Green+Blue) = 82+120+220=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #5278DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5278DC is #AD8723. Grayscale: #777777. Windows color (decimal): -11372324 or 14448722. OLE color: 14448722.
HSL color Cylindrical-coordinate representation of color #5278DC: hue angle of 223.48º degrees, saturation: 0.66, 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 #5278DC is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 120 | 220 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.14 |
| HSL | 223.48º | 0.66% | 0.59% | - |
| HSV(B) | 223.48º | 0.63% | 0.86% | - |
| XYZ | 23.11 | 20.39 | 70.43 | - |
| YUV | 120.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 220 | 0.63 | 0.45 | 0 | 0.14 | 223.48 | 0.66 | 0.59 |
| Hex | 52 | 78 | DC | 3F | 2D | 0 | E | DF | 42 | 3B |
| Octal | 122 | 170 | 334 | 77 | 55 | 0 | 16 | 337 | 102 | 73 |
| Binary | 1010010 | 1111000 | 11011100 | 111111 | 101101 | 0 | 1110 | 11011111 | 1000010 | 111011 |
Color Harmonies of #5278DC
Complementary color
Monochromatic Colors of #5278DC
Black with #5278DC
Text Example
Text Example
White with #5278DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5278DC; }
p { color: rgb(82,120,220); }
H1.HeaderClassName
{
color: #5278DC;
}
.AnyTagClassName
{
color: #5278DC;
}
</style>
background-color css
<style>
a { background-color: #5278DC; }
a { background-color: rgb(82,120,220); }
div.DivClassName
{
background-color: #5278DC;
}
.BgClassName
{
background-color: #5278DC;
}
</style>
border-color css
<style>
span { border-color: #5278DC; }
span { border-color: rgb(82,120,220); }
td.TdClassName
{
border-color: #5278DC;
}
.TagClassName
{
border-color: #5278DC;
}
</style>