Shades of Royal Blue #526ECB
Tints of Royal Blue #526ECB
RGB
CMYK
RGB Variations
Color information
#526ECB (or 0x526ECB) is known color: Royal Blue. HEX triplet: 52, 6E and CB. RGB value is (82,110,203). Sum of RGB (Red+Green+Blue) = 82+110+203=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #526ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ECB is #AD9134. Grayscale: #6F6F6F. Windows color (decimal): -11374901 or 13332050. OLE color: 13332050.
HSL color Cylindrical-coordinate representation of color #526ECB: hue angle of 226.12º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526ECB is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 110 | 203 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.20 |
| HSL | 226.12º | 0.54% | 0.56% | - |
| HSV(B) | 226.12º | 0.6% | 0.8% | - |
| XYZ | 19.84 | 17.26 | 58.79 | - |
| YUV | 112.23 | 179.22 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 203 | 0.60 | 0.46 | 0 | 0.20 | 226.12 | 0.54 | 0.56 |
| Hex | 52 | 6E | CB | 3C | 2E | 0 | 14 | E2 | 36 | 38 |
| Octal | 122 | 156 | 313 | 74 | 56 | 0 | 24 | 342 | 66 | 70 |
| Binary | 1010010 | 1101110 | 11001011 | 111100 | 101110 | 0 | 10100 | 11100010 | 110110 | 111000 |
Color Harmonies of #526ECB
Complementary color
Monochromatic Colors of #526ECB
Black with #526ECB
Text Example
Text Example
White with #526ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526ECB; }
p { color: rgb(82,110,203); }
H1.HeaderClassName
{
color: #526ECB;
}
.AnyTagClassName
{
color: #526ECB;
}
</style>
background-color css
<style>
a { background-color: #526ECB; }
a { background-color: rgb(82,110,203); }
div.DivClassName
{
background-color: #526ECB;
}
.BgClassName
{
background-color: #526ECB;
}
</style>
border-color css
<style>
span { border-color: #526ECB; }
span { border-color: rgb(82,110,203); }
td.TdClassName
{
border-color: #526ECB;
}
.TagClassName
{
border-color: #526ECB;
}
</style>