Shades of Royal Blue #5267DE
Tints of Royal Blue #5267DE
RGB
CMYK
RGB Variations
Color information
#5267DE (or 0x5267DE) is known color: Royal Blue. HEX triplet: 52, 67 and DE. RGB value is (82,103,222). Sum of RGB (Red+Green+Blue) = 82+103+222=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #5267DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267DE is #AD9821. Grayscale: #6D6D6D. Windows color (decimal): -11376674 or 14575442. OLE color: 14575442.
HSL color Cylindrical-coordinate representation of color #5267DE: hue angle of 231º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5267DE is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 103 | 222 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.13 |
| HSL | 231º | 0.68% | 0.6% | - |
| HSV(B) | 231º | 0.63% | 0.87% | - |
| XYZ | 21.51 | 16.77 | 71.21 | - |
| YUV | 110.29 | 191.04 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 222 | 0.63 | 0.54 | 0 | 0.13 | 231 | 0.68 | 0.6 |
| Hex | 52 | 67 | DE | 3F | 36 | 0 | D | E7 | 44 | 3C |
| Octal | 122 | 147 | 336 | 77 | 66 | 0 | 15 | 347 | 104 | 74 |
| Binary | 1010010 | 1100111 | 11011110 | 111111 | 110110 | 0 | 1101 | 11100111 | 1000100 | 111100 |
Color Harmonies of #5267DE
Complementary color
Monochromatic Colors of #5267DE
Black with #5267DE
Text Example
Text Example
White with #5267DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267DE; }
p { color: rgb(82,103,222); }
H1.HeaderClassName
{
color: #5267DE;
}
.AnyTagClassName
{
color: #5267DE;
}
</style>
background-color css
<style>
a { background-color: #5267DE; }
a { background-color: rgb(82,103,222); }
div.DivClassName
{
background-color: #5267DE;
}
.BgClassName
{
background-color: #5267DE;
}
</style>
border-color css
<style>
span { border-color: #5267DE; }
span { border-color: rgb(82,103,222); }
td.TdClassName
{
border-color: #5267DE;
}
.TagClassName
{
border-color: #5267DE;
}
</style>