Shades of Royal Blue #525EDB
Tints of Royal Blue #525EDB
RGB
CMYK
RGB Variations
Color information
#525EDB (or 0x525EDB) is known color: Royal Blue. HEX triplet: 52, 5E and DB. RGB value is (82,94,219). Sum of RGB (Red+Green+Blue) = 82+94+219=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #525EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EDB is #ADA124. Grayscale: #686868. Windows color (decimal): -11378981 or 14376530. OLE color: 14376530.
HSL color Cylindrical-coordinate representation of color #525EDB: hue angle of 234.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525EDB is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 94 | 219 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.14 |
| HSL | 234.74º | 0.66% | 0.59% | - |
| HSV(B) | 234.74º | 0.63% | 0.86% | - |
| XYZ | 20.27 | 14.91 | 68.83 | - |
| YUV | 104.66 | 192.52 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 219 | 0.63 | 0.57 | 0 | 0.14 | 234.74 | 0.66 | 0.59 |
| Hex | 52 | 5E | DB | 3F | 39 | 0 | E | EB | 42 | 3B |
| Octal | 122 | 136 | 333 | 77 | 71 | 0 | 16 | 353 | 102 | 73 |
| Binary | 1010010 | 1011110 | 11011011 | 111111 | 111001 | 0 | 1110 | 11101011 | 1000010 | 111011 |
Color Harmonies of #525EDB
Complementary color
Monochromatic Colors of #525EDB
Black with #525EDB
Text Example
Text Example
White with #525EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525EDB; }
p { color: rgb(82,94,219); }
H1.HeaderClassName
{
color: #525EDB;
}
.AnyTagClassName
{
color: #525EDB;
}
</style>
background-color css
<style>
a { background-color: #525EDB; }
a { background-color: rgb(82,94,219); }
div.DivClassName
{
background-color: #525EDB;
}
.BgClassName
{
background-color: #525EDB;
}
</style>
border-color css
<style>
span { border-color: #525EDB; }
span { border-color: rgb(82,94,219); }
td.TdClassName
{
border-color: #525EDB;
}
.TagClassName
{
border-color: #525EDB;
}
</style>