Shades of Royal Blue #5267EC
Tints of Royal Blue #5267EC
RGB
CMYK
RGB Variations
Color information
#5267EC (or 0x5267EC) is known color: Royal Blue. HEX triplet: 52, 67 and EC. RGB value is (82,103,236). Sum of RGB (Red+Green+Blue) = 82+103+236=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #5267EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5267EC is #AD9813. Grayscale: #6F6F6F. Windows color (decimal): -11376660 or 15492946. OLE color: 15492946.
HSL color Cylindrical-coordinate representation of color #5267EC: hue angle of 231.82º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5267EC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 103 | 236 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.07 |
| HSL | 231.82º | 0.8% | 0.62% | - |
| HSV(B) | 231.82º | 0.65% | 0.93% | - |
| XYZ | 23.47 | 17.55 | 81.51 | - |
| YUV | 111.88 | 198.04 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 236 | 0.65 | 0.56 | 0 | 0.07 | 231.82 | 0.8 | 0.62 |
| Hex | 52 | 67 | EC | 41 | 38 | 0 | 7 | E8 | 50 | 3E |
| Octal | 122 | 147 | 354 | 101 | 70 | 0 | 7 | 350 | 120 | 76 |
| Binary | 1010010 | 1100111 | 11101100 | 1000001 | 111000 | 0 | 111 | 11101000 | 1010000 | 111110 |
Color Harmonies of #5267EC
Complementary color
Monochromatic Colors of #5267EC
Black with #5267EC
Text Example
Text Example
White with #5267EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267EC; }
p { color: rgb(82,103,236); }
H1.HeaderClassName
{
color: #5267EC;
}
.AnyTagClassName
{
color: #5267EC;
}
</style>
background-color css
<style>
a { background-color: #5267EC; }
a { background-color: rgb(82,103,236); }
div.DivClassName
{
background-color: #5267EC;
}
.BgClassName
{
background-color: #5267EC;
}
</style>
border-color css
<style>
span { border-color: #5267EC; }
span { border-color: rgb(82,103,236); }
td.TdClassName
{
border-color: #5267EC;
}
.TagClassName
{
border-color: #5267EC;
}
</style>