Shades of Royal Blue #536BDF
Tints of Royal Blue #536BDF
RGB
CMYK
RGB Variations
Color information
#536BDF (or 0x536BDF) is known color: Royal Blue. HEX triplet: 53, 6B and DF. RGB value is (83,107,223). Sum of RGB (Red+Green+Blue) = 83+107+223=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #536BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BDF is #AC9420. Grayscale: #707070. Windows color (decimal): -11310113 or 14642003. OLE color: 14642003.
HSL color Cylindrical-coordinate representation of color #536BDF: hue angle of 229.71º 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 #536BDF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 107 | 223 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.13 |
| HSL | 229.71º | 0.69% | 0.6% | - |
| HSV(B) | 229.71º | 0.63% | 0.87% | - |
| XYZ | 22.14 | 17.68 | 72.06 | - |
| YUV | 113.05 | 190.05 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 223 | 0.63 | 0.52 | 0 | 0.13 | 229.71 | 0.69 | 0.6 |
| Hex | 53 | 6B | DF | 3F | 34 | 0 | D | E6 | 45 | 3C |
| Octal | 123 | 153 | 337 | 77 | 64 | 0 | 15 | 346 | 105 | 74 |
| Binary | 1010011 | 1101011 | 11011111 | 111111 | 110100 | 0 | 1101 | 11100110 | 1000101 | 111100 |
Color Harmonies of #536BDF
Complementary color
Monochromatic Colors of #536BDF
Black with #536BDF
Text Example
Text Example
White with #536BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536BDF; }
p { color: rgb(83,107,223); }
H1.HeaderClassName
{
color: #536BDF;
}
.AnyTagClassName
{
color: #536BDF;
}
</style>
background-color css
<style>
a { background-color: #536BDF; }
a { background-color: rgb(83,107,223); }
div.DivClassName
{
background-color: #536BDF;
}
.BgClassName
{
background-color: #536BDF;
}
</style>
border-color css
<style>
span { border-color: #536BDF; }
span { border-color: rgb(83,107,223); }
td.TdClassName
{
border-color: #536BDF;
}
.TagClassName
{
border-color: #536BDF;
}
</style>