Shades of Royal Blue #5268DC
Tints of Royal Blue #5268DC
RGB
CMYK
RGB Variations
Color information
#5268DC (or 0x5268DC) is known color: Royal Blue. HEX triplet: 52, 68 and DC. RGB value is (82,104,220). Sum of RGB (Red+Green+Blue) = 82+104+220=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #5268DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5268DC is #AD9723. Grayscale: #6E6E6E. Windows color (decimal): -11376420 or 14444626. OLE color: 14444626.
HSL color Cylindrical-coordinate representation of color #5268DC: hue angle of 230.43º 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 #5268DC is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 104 | 220 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.14 |
| HSL | 230.43º | 0.66% | 0.59% | - |
| HSV(B) | 230.43º | 0.63% | 0.86% | - |
| XYZ | 21.35 | 16.86 | 69.84 | - |
| YUV | 110.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 220 | 0.63 | 0.53 | 0 | 0.14 | 230.43 | 0.66 | 0.59 |
| Hex | 52 | 68 | DC | 3F | 35 | 0 | E | E6 | 42 | 3B |
| Octal | 122 | 150 | 334 | 77 | 65 | 0 | 16 | 346 | 102 | 73 |
| Binary | 1010010 | 1101000 | 11011100 | 111111 | 110101 | 0 | 1110 | 11100110 | 1000010 | 111011 |
Color Harmonies of #5268DC
Complementary color
Monochromatic Colors of #5268DC
Black with #5268DC
Text Example
Text Example
White with #5268DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5268DC; }
p { color: rgb(82,104,220); }
H1.HeaderClassName
{
color: #5268DC;
}
.AnyTagClassName
{
color: #5268DC;
}
</style>
background-color css
<style>
a { background-color: #5268DC; }
a { background-color: rgb(82,104,220); }
div.DivClassName
{
background-color: #5268DC;
}
.BgClassName
{
background-color: #5268DC;
}
</style>
border-color css
<style>
span { border-color: #5268DC; }
span { border-color: rgb(82,104,220); }
td.TdClassName
{
border-color: #5268DC;
}
.TagClassName
{
border-color: #5268DC;
}
</style>