Shades of Royal Blue #5264DE
Tints of Royal Blue #5264DE
RGB
CMYK
RGB Variations
Color information
#5264DE (or 0x5264DE) is known color: Royal Blue. HEX triplet: 52, 64 and DE. RGB value is (82,100,222). Sum of RGB (Red+Green+Blue) = 82+100+222=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #5264DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5264DE is #AD9B21. Grayscale: #6C6C6C. Windows color (decimal): -11377442 or 14574674. OLE color: 14574674.
HSL color Cylindrical-coordinate representation of color #5264DE: hue angle of 232.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5264DE is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 100 | 222 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.13 |
| HSL | 232.29º | 0.68% | 0.6% | - |
| HSV(B) | 232.29º | 0.63% | 0.87% | - |
| XYZ | 21.22 | 16.18 | 71.11 | - |
| YUV | 108.53 | 192.04 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 222 | 0.63 | 0.55 | 0 | 0.13 | 232.29 | 0.68 | 0.6 |
| Hex | 52 | 64 | DE | 3F | 37 | 0 | D | E8 | 44 | 3C |
| Octal | 122 | 144 | 336 | 77 | 67 | 0 | 15 | 350 | 104 | 74 |
| Binary | 1010010 | 1100100 | 11011110 | 111111 | 110111 | 0 | 1101 | 11101000 | 1000100 | 111100 |
Color Harmonies of #5264DE
Complementary color
Monochromatic Colors of #5264DE
Black with #5264DE
Text Example
Text Example
White with #5264DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5264DE; }
p { color: rgb(82,100,222); }
H1.HeaderClassName
{
color: #5264DE;
}
.AnyTagClassName
{
color: #5264DE;
}
</style>
background-color css
<style>
a { background-color: #5264DE; }
a { background-color: rgb(82,100,222); }
div.DivClassName
{
background-color: #5264DE;
}
.BgClassName
{
background-color: #5264DE;
}
</style>
border-color css
<style>
span { border-color: #5264DE; }
span { border-color: rgb(82,100,222); }
td.TdClassName
{
border-color: #5264DE;
}
.TagClassName
{
border-color: #5264DE;
}
</style>