Shades of Royal Blue #5268EE
Tints of Royal Blue #5268EE
RGB
CMYK
RGB Variations
Color information
#5268EE (or 0x5268EE) is known color: Royal Blue. HEX triplet: 52, 68 and EE. RGB value is (82,104,238). Sum of RGB (Red+Green+Blue) = 82+104+238=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #5268EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5268EE is #AD9711. Grayscale: #707070. Windows color (decimal): -11376402 or 15624274. OLE color: 15624274.
HSL color Cylindrical-coordinate representation of color #5268EE: hue angle of 231.54º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5268EE is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 104 | 238 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.07 |
| HSL | 231.54º | 0.82% | 0.63% | - |
| HSV(B) | 231.54º | 0.66% | 0.93% | - |
| XYZ | 23.86 | 17.87 | 83.08 | - |
| YUV | 112.7 | 198.71 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 238 | 0.66 | 0.56 | 0 | 0.07 | 231.54 | 0.82 | 0.63 |
| Hex | 52 | 68 | EE | 42 | 38 | 0 | 7 | E8 | 52 | 3F |
| Octal | 122 | 150 | 356 | 102 | 70 | 0 | 7 | 350 | 122 | 77 |
| Binary | 1010010 | 1101000 | 11101110 | 1000010 | 111000 | 0 | 111 | 11101000 | 1010010 | 111111 |
Color Harmonies of #5268EE
Complementary color
Monochromatic Colors of #5268EE
Black with #5268EE
Text Example
Text Example
White with #5268EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5268EE; }
p { color: rgb(82,104,238); }
H1.HeaderClassName
{
color: #5268EE;
}
.AnyTagClassName
{
color: #5268EE;
}
</style>
background-color css
<style>
a { background-color: #5268EE; }
a { background-color: rgb(82,104,238); }
div.DivClassName
{
background-color: #5268EE;
}
.BgClassName
{
background-color: #5268EE;
}
</style>
border-color css
<style>
span { border-color: #5268EE; }
span { border-color: rgb(82,104,238); }
td.TdClassName
{
border-color: #5268EE;
}
.TagClassName
{
border-color: #5268EE;
}
</style>