Shades of Royal Blue #536CDF
Tints of Royal Blue #536CDF
RGB
CMYK
RGB Variations
Color information
#536CDF (or 0x536CDF) is known color: Royal Blue. HEX triplet: 53, 6C and DF. RGB value is (83,108,223). Sum of RGB (Red+Green+Blue) = 83+108+223=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #536CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CDF is #AC9320. Grayscale: #717171. Windows color (decimal): -11309857 or 14642259. OLE color: 14642259.
HSL color Cylindrical-coordinate representation of color #536CDF: hue angle of 229.29º 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 #536CDF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 108 | 223 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.13 |
| HSL | 229.29º | 0.69% | 0.6% | - |
| HSV(B) | 229.29º | 0.63% | 0.87% | - |
| XYZ | 22.25 | 17.89 | 72.09 | - |
| YUV | 113.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 223 | 0.63 | 0.52 | 0 | 0.13 | 229.29 | 0.69 | 0.6 |
| Hex | 53 | 6C | DF | 3F | 34 | 0 | D | E5 | 45 | 3C |
| Octal | 123 | 154 | 337 | 77 | 64 | 0 | 15 | 345 | 105 | 74 |
| Binary | 1010011 | 1101100 | 11011111 | 111111 | 110100 | 0 | 1101 | 11100101 | 1000101 | 111100 |
Color Harmonies of #536CDF
Complementary color
Monochromatic Colors of #536CDF
Black with #536CDF
Text Example
Text Example
White with #536CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CDF; }
p { color: rgb(83,108,223); }
H1.HeaderClassName
{
color: #536CDF;
}
.AnyTagClassName
{
color: #536CDF;
}
</style>
background-color css
<style>
a { background-color: #536CDF; }
a { background-color: rgb(83,108,223); }
div.DivClassName
{
background-color: #536CDF;
}
.BgClassName
{
background-color: #536CDF;
}
</style>
border-color css
<style>
span { border-color: #536CDF; }
span { border-color: rgb(83,108,223); }
td.TdClassName
{
border-color: #536CDF;
}
.TagClassName
{
border-color: #536CDF;
}
</style>