Shades of Royal Blue #5266EE
Tints of Royal Blue #5266EE
RGB
CMYK
RGB Variations
Color information
#5266EE (or 0x5266EE) is known color: Royal Blue. HEX triplet: 52, 66 and EE. RGB value is (82,102,238). Sum of RGB (Red+Green+Blue) = 82+102+238=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #5266EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5266EE is #AD9911. Grayscale: #6E6E6E. Windows color (decimal): -11376914 or 15623762. OLE color: 15623762.
HSL color Cylindrical-coordinate representation of color #5266EE: hue angle of 232.31º 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 #5266EE is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 102 | 238 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.07 |
| HSL | 232.31º | 0.82% | 0.63% | - |
| HSV(B) | 232.31º | 0.66% | 0.93% | - |
| XYZ | 23.66 | 17.47 | 83.01 | - |
| YUV | 111.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 238 | 0.66 | 0.57 | 0 | 0.07 | 232.31 | 0.82 | 0.63 |
| Hex | 52 | 66 | EE | 42 | 39 | 0 | 7 | E8 | 52 | 3F |
| Octal | 122 | 146 | 356 | 102 | 71 | 0 | 7 | 350 | 122 | 77 |
| Binary | 1010010 | 1100110 | 11101110 | 1000010 | 111001 | 0 | 111 | 11101000 | 1010010 | 111111 |
Color Harmonies of #5266EE
Complementary color
Monochromatic Colors of #5266EE
Black with #5266EE
Text Example
Text Example
White with #5266EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5266EE; }
p { color: rgb(82,102,238); }
H1.HeaderClassName
{
color: #5266EE;
}
.AnyTagClassName
{
color: #5266EE;
}
</style>
background-color css
<style>
a { background-color: #5266EE; }
a { background-color: rgb(82,102,238); }
div.DivClassName
{
background-color: #5266EE;
}
.BgClassName
{
background-color: #5266EE;
}
</style>
border-color css
<style>
span { border-color: #5266EE; }
span { border-color: rgb(82,102,238); }
td.TdClassName
{
border-color: #5266EE;
}
.TagClassName
{
border-color: #5266EE;
}
</style>