Shades of Royal Blue #5256E0
Tints of Royal Blue #5256E0
RGB
CMYK
RGB Variations
Color information
#5256E0 (or 0x5256E0) is known color: Royal Blue. HEX triplet: 52, 56 and E0. RGB value is (82,86,224). Sum of RGB (Red+Green+Blue) = 82+86+224=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #5256E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256E0 is #ADA91F. Grayscale: #636363. Windows color (decimal): -11381024 or 14702162. OLE color: 14702162.
HSL color Cylindrical-coordinate representation of color #5256E0: hue angle of 238.31º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5256E0 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 86 | 224 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.12 |
| HSL | 238.31º | 0.7% | 0.6% | - |
| HSV(B) | 238.31º | 0.63% | 0.88% | - |
| XYZ | 20.26 | 13.83 | 72.12 | - |
| YUV | 100.54 | 197.67 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 224 | 0.63 | 0.62 | 0 | 0.12 | 238.31 | 0.7 | 0.6 |
| Hex | 52 | 56 | E0 | 3F | 3E | 0 | C | EE | 46 | 3C |
| Octal | 122 | 126 | 340 | 77 | 76 | 0 | 14 | 356 | 106 | 74 |
| Binary | 1010010 | 1010110 | 11100000 | 111111 | 111110 | 0 | 1100 | 11101110 | 1000110 | 111100 |
Color Harmonies of #5256E0
Complementary color
Monochromatic Colors of #5256E0
Black with #5256E0
Text Example
Text Example
White with #5256E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256E0; }
p { color: rgb(82,86,224); }
H1.HeaderClassName
{
color: #5256E0;
}
.AnyTagClassName
{
color: #5256E0;
}
</style>
background-color css
<style>
a { background-color: #5256E0; }
a { background-color: rgb(82,86,224); }
div.DivClassName
{
background-color: #5256E0;
}
.BgClassName
{
background-color: #5256E0;
}
</style>
border-color css
<style>
span { border-color: #5256E0; }
span { border-color: rgb(82,86,224); }
td.TdClassName
{
border-color: #5256E0;
}
.TagClassName
{
border-color: #5256E0;
}
</style>