Shades of Royal Blue #5266EB
Tints of Royal Blue #5266EB
RGB
CMYK
RGB Variations
Color information
#5266EB (or 0x5266EB) is known color: Royal Blue. HEX triplet: 52, 66 and EB. RGB value is (82,102,235). Sum of RGB (Red+Green+Blue) = 82+102+235=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #5266EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5266EB is #AD9914. Grayscale: #6E6E6E. Windows color (decimal): -11376917 or 15427154. OLE color: 15427154.
HSL color Cylindrical-coordinate representation of color #5266EB: hue angle of 232.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5266EB is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 102 | 235 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.08 |
| HSL | 232.16º | 0.79% | 0.62% | - |
| HSV(B) | 232.16º | 0.65% | 0.92% | - |
| XYZ | 23.23 | 17.29 | 80.71 | - |
| YUV | 111.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 235 | 0.65 | 0.57 | 0 | 0.08 | 232.16 | 0.79 | 0.62 |
| Hex | 52 | 66 | EB | 41 | 39 | 0 | 8 | E8 | 4F | 3E |
| Octal | 122 | 146 | 353 | 101 | 71 | 0 | 10 | 350 | 117 | 76 |
| Binary | 1010010 | 1100110 | 11101011 | 1000001 | 111001 | 0 | 1000 | 11101000 | 1001111 | 111110 |
Color Harmonies of #5266EB
Complementary color
Monochromatic Colors of #5266EB
Black with #5266EB
Text Example
Text Example
White with #5266EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5266EB; }
p { color: rgb(82,102,235); }
H1.HeaderClassName
{
color: #5266EB;
}
.AnyTagClassName
{
color: #5266EB;
}
</style>
background-color css
<style>
a { background-color: #5266EB; }
a { background-color: rgb(82,102,235); }
div.DivClassName
{
background-color: #5266EB;
}
.BgClassName
{
background-color: #5266EB;
}
</style>
border-color css
<style>
span { border-color: #5266EB; }
span { border-color: rgb(82,102,235); }
td.TdClassName
{
border-color: #5266EB;
}
.TagClassName
{
border-color: #5266EB;
}
</style>