Shades of Royal Blue #5267ED
Tints of Royal Blue #5267ED
RGB
CMYK
RGB Variations
Color information
#5267ED (or 0x5267ED) is known color: Royal Blue. HEX triplet: 52, 67 and ED. RGB value is (82,103,237). Sum of RGB (Red+Green+Blue) = 82+103+237=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #5267ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5267ED is #AD9812. Grayscale: #6F6F6F. Windows color (decimal): -11376659 or 15558482. OLE color: 15558482.
HSL color Cylindrical-coordinate representation of color #5267ED: hue angle of 231.87º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5267ED is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 103 | 237 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.07 |
| HSL | 231.87º | 0.81% | 0.63% | - |
| HSV(B) | 231.87º | 0.65% | 0.93% | - |
| XYZ | 23.62 | 17.61 | 82.27 | - |
| YUV | 112 | 198.54 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 237 | 0.65 | 0.57 | 0 | 0.07 | 231.87 | 0.81 | 0.63 |
| Hex | 52 | 67 | ED | 41 | 39 | 0 | 7 | E8 | 51 | 3F |
| Octal | 122 | 147 | 355 | 101 | 71 | 0 | 7 | 350 | 121 | 77 |
| Binary | 1010010 | 1100111 | 11101101 | 1000001 | 111001 | 0 | 111 | 11101000 | 1010001 | 111111 |
Color Harmonies of #5267ED
Complementary color
Monochromatic Colors of #5267ED
Black with #5267ED
Text Example
Text Example
White with #5267ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267ED; }
p { color: rgb(82,103,237); }
H1.HeaderClassName
{
color: #5267ED;
}
.AnyTagClassName
{
color: #5267ED;
}
</style>
background-color css
<style>
a { background-color: #5267ED; }
a { background-color: rgb(82,103,237); }
div.DivClassName
{
background-color: #5267ED;
}
.BgClassName
{
background-color: #5267ED;
}
</style>
border-color css
<style>
span { border-color: #5267ED; }
span { border-color: rgb(82,103,237); }
td.TdClassName
{
border-color: #5267ED;
}
.TagClassName
{
border-color: #5267ED;
}
</style>