Shades of Royal Blue #5266DF
Tints of Royal Blue #5266DF
RGB
CMYK
RGB Variations
Color information
#5266DF (or 0x5266DF) is known color: Royal Blue. HEX triplet: 52, 66 and DF. RGB value is (82,102,223). Sum of RGB (Red+Green+Blue) = 82+102+223=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #5266DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266DF is #AD9920. Grayscale: #6D6D6D. Windows color (decimal): -11376929 or 14640722. OLE color: 14640722.
HSL color Cylindrical-coordinate representation of color #5266DF: hue angle of 231.49º degrees, saturation: 0.69, 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 #5266DF is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 102 | 223 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.13 |
| HSL | 231.49º | 0.69% | 0.6% | - |
| HSV(B) | 231.49º | 0.63% | 0.87% | - |
| XYZ | 21.55 | 16.62 | 71.89 | - |
| YUV | 109.81 | 191.87 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 223 | 0.63 | 0.54 | 0 | 0.13 | 231.49 | 0.69 | 0.6 |
| Hex | 52 | 66 | DF | 3F | 36 | 0 | D | E7 | 45 | 3C |
| Octal | 122 | 146 | 337 | 77 | 66 | 0 | 15 | 347 | 105 | 74 |
| Binary | 1010010 | 1100110 | 11011111 | 111111 | 110110 | 0 | 1101 | 11100111 | 1000101 | 111100 |
Color Harmonies of #5266DF
Complementary color
Monochromatic Colors of #5266DF
Black with #5266DF
Text Example
Text Example
White with #5266DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5266DF; }
p { color: rgb(82,102,223); }
H1.HeaderClassName
{
color: #5266DF;
}
.AnyTagClassName
{
color: #5266DF;
}
</style>
background-color css
<style>
a { background-color: #5266DF; }
a { background-color: rgb(82,102,223); }
div.DivClassName
{
background-color: #5266DF;
}
.BgClassName
{
background-color: #5266DF;
}
</style>
border-color css
<style>
span { border-color: #5266DF; }
span { border-color: rgb(82,102,223); }
td.TdClassName
{
border-color: #5266DF;
}
.TagClassName
{
border-color: #5266DF;
}
</style>