Shades of Royal Blue #5264DF
Tints of Royal Blue #5264DF
RGB
CMYK
RGB Variations
Color information
#5264DF (or 0x5264DF) is known color: Royal Blue. HEX triplet: 52, 64 and DF. RGB value is (82,100,223). Sum of RGB (Red+Green+Blue) = 82+100+223=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #5264DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5264DF is #AD9B20. Grayscale: #6C6C6C. Windows color (decimal): -11377441 or 14640210. OLE color: 14640210.
HSL color Cylindrical-coordinate representation of color #5264DF: hue angle of 232.34º degrees, saturation: 0.69, 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 #5264DF is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 100 | 223 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.13 |
| HSL | 232.34º | 0.69% | 0.6% | - |
| HSV(B) | 232.34º | 0.63% | 0.87% | - |
| XYZ | 21.36 | 16.24 | 71.82 | - |
| YUV | 108.64 | 192.54 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 223 | 0.63 | 0.55 | 0 | 0.13 | 232.34 | 0.69 | 0.6 |
| Hex | 52 | 64 | DF | 3F | 37 | 0 | D | E8 | 45 | 3C |
| Octal | 122 | 144 | 337 | 77 | 67 | 0 | 15 | 350 | 105 | 74 |
| Binary | 1010010 | 1100100 | 11011111 | 111111 | 110111 | 0 | 1101 | 11101000 | 1000101 | 111100 |
Color Harmonies of #5264DF
Complementary color
Monochromatic Colors of #5264DF
Black with #5264DF
Text Example
Text Example
White with #5264DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5264DF; }
p { color: rgb(82,100,223); }
H1.HeaderClassName
{
color: #5264DF;
}
.AnyTagClassName
{
color: #5264DF;
}
</style>
background-color css
<style>
a { background-color: #5264DF; }
a { background-color: rgb(82,100,223); }
div.DivClassName
{
background-color: #5264DF;
}
.BgClassName
{
background-color: #5264DF;
}
</style>
border-color css
<style>
span { border-color: #5264DF; }
span { border-color: rgb(82,100,223); }
td.TdClassName
{
border-color: #5264DF;
}
.TagClassName
{
border-color: #5264DF;
}
</style>