Shades of Royal Blue #527DDF
Tints of Royal Blue #527DDF
RGB
CMYK
RGB Variations
Color information
#527DDF (or 0x527DDF) is known color: Royal Blue. HEX triplet: 52, 7D and DF. RGB value is (82,125,223). Sum of RGB (Red+Green+Blue) = 82+125+223=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #527DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DDF is #AD8220. Grayscale: #7A7A7A. Windows color (decimal): -11371041 or 14646610. OLE color: 14646610.
HSL color Cylindrical-coordinate representation of color #527DDF: hue angle of 221.7º 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 #527DDF is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 125 | 223 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.13 |
| HSL | 221.7º | 0.69% | 0.6% | - |
| HSV(B) | 221.7º | 0.63% | 0.87% | - |
| XYZ | 24.13 | 21.79 | 72.75 | - |
| YUV | 123.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 223 | 0.63 | 0.44 | 0 | 0.13 | 221.7 | 0.69 | 0.6 |
| Hex | 52 | 7D | DF | 3F | 2C | 0 | D | DE | 45 | 3C |
| Octal | 122 | 175 | 337 | 77 | 54 | 0 | 15 | 336 | 105 | 74 |
| Binary | 1010010 | 1111101 | 11011111 | 111111 | 101100 | 0 | 1101 | 11011110 | 1000101 | 111100 |
Color Harmonies of #527DDF
Complementary color
Monochromatic Colors of #527DDF
Black with #527DDF
Text Example
Text Example
White with #527DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DDF; }
p { color: rgb(82,125,223); }
H1.HeaderClassName
{
color: #527DDF;
}
.AnyTagClassName
{
color: #527DDF;
}
</style>
background-color css
<style>
a { background-color: #527DDF; }
a { background-color: rgb(82,125,223); }
div.DivClassName
{
background-color: #527DDF;
}
.BgClassName
{
background-color: #527DDF;
}
</style>
border-color css
<style>
span { border-color: #527DDF; }
span { border-color: rgb(82,125,223); }
td.TdClassName
{
border-color: #527DDF;
}
.TagClassName
{
border-color: #527DDF;
}
</style>