Shades of Royal Blue #5263EB
Tints of Royal Blue #5263EB
RGB
CMYK
RGB Variations
Color information
#5263EB (or 0x5263EB) is known color: Royal Blue. HEX triplet: 52, 63 and EB. RGB value is (82,99,235). Sum of RGB (Red+Green+Blue) = 82+99+235=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #5263EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5263EB is #AD9C14. Grayscale: #6C6C6C. Windows color (decimal): -11377685 or 15426386. OLE color: 15426386.
HSL color Cylindrical-coordinate representation of color #5263EB: hue angle of 233.33º 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 #5263EB is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 99 | 235 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.08 |
| HSL | 233.33º | 0.79% | 0.62% | - |
| HSV(B) | 233.33º | 0.65% | 0.92% | - |
| XYZ | 22.94 | 16.72 | 80.61 | - |
| YUV | 109.42 | 198.87 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 235 | 0.65 | 0.58 | 0 | 0.08 | 233.33 | 0.79 | 0.62 |
| Hex | 52 | 63 | EB | 41 | 3A | 0 | 8 | E9 | 4F | 3E |
| Octal | 122 | 143 | 353 | 101 | 72 | 0 | 10 | 351 | 117 | 76 |
| Binary | 1010010 | 1100011 | 11101011 | 1000001 | 111010 | 0 | 1000 | 11101001 | 1001111 | 111110 |
Color Harmonies of #5263EB
Complementary color
Monochromatic Colors of #5263EB
Black with #5263EB
Text Example
Text Example
White with #5263EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5263EB; }
p { color: rgb(82,99,235); }
H1.HeaderClassName
{
color: #5263EB;
}
.AnyTagClassName
{
color: #5263EB;
}
</style>
background-color css
<style>
a { background-color: #5263EB; }
a { background-color: rgb(82,99,235); }
div.DivClassName
{
background-color: #5263EB;
}
.BgClassName
{
background-color: #5263EB;
}
</style>
border-color css
<style>
span { border-color: #5263EB; }
span { border-color: rgb(82,99,235); }
td.TdClassName
{
border-color: #5263EB;
}
.TagClassName
{
border-color: #5263EB;
}
</style>