Shades of Royal Blue #5261DC
Tints of Royal Blue #5261DC
RGB
CMYK
RGB Variations
Color information
#5261DC (or 0x5261DC) is known color: Royal Blue. HEX triplet: 52, 61 and DC. RGB value is (82,97,220). Sum of RGB (Red+Green+Blue) = 82+97+220=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #5261DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5261DC is #AD9E23. Grayscale: #6A6A6A. Windows color (decimal): -11378212 or 14442834. OLE color: 14442834.
HSL color Cylindrical-coordinate representation of color #5261DC: hue angle of 233.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 #5261DC is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 97 | 220 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.14 |
| HSL | 233.48º | 0.66% | 0.59% | - |
| HSV(B) | 233.48º | 0.63% | 0.86% | - |
| XYZ | 20.67 | 15.51 | 69.61 | - |
| YUV | 106.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 220 | 0.63 | 0.56 | 0 | 0.14 | 233.48 | 0.66 | 0.59 |
| Hex | 52 | 61 | DC | 3F | 38 | 0 | E | E9 | 42 | 3B |
| Octal | 122 | 141 | 334 | 77 | 70 | 0 | 16 | 351 | 102 | 73 |
| Binary | 1010010 | 1100001 | 11011100 | 111111 | 111000 | 0 | 1110 | 11101001 | 1000010 | 111011 |
Color Harmonies of #5261DC
Complementary color
Monochromatic Colors of #5261DC
Black with #5261DC
Text Example
Text Example
White with #5261DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5261DC; }
p { color: rgb(82,97,220); }
H1.HeaderClassName
{
color: #5261DC;
}
.AnyTagClassName
{
color: #5261DC;
}
</style>
background-color css
<style>
a { background-color: #5261DC; }
a { background-color: rgb(82,97,220); }
div.DivClassName
{
background-color: #5261DC;
}
.BgClassName
{
background-color: #5261DC;
}
</style>
border-color css
<style>
span { border-color: #5261DC; }
span { border-color: rgb(82,97,220); }
td.TdClassName
{
border-color: #5261DC;
}
.TagClassName
{
border-color: #5261DC;
}
</style>