Shades of Royal Blue #536BDA
Tints of Royal Blue #536BDA
RGB
CMYK
RGB Variations
Color information
#536BDA (or 0x536BDA) is known color: Royal Blue. HEX triplet: 53, 6B and DA. RGB value is (83,107,218). Sum of RGB (Red+Green+Blue) = 83+107+218=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #536BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BDA is #AC9425. Grayscale: #707070. Windows color (decimal): -11310118 or 14314323. OLE color: 14314323.
HSL color Cylindrical-coordinate representation of color #536BDA: hue angle of 229.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536BDA is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 107 | 218 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.15 |
| HSL | 229.33º | 0.65% | 0.59% | - |
| HSV(B) | 229.33º | 0.62% | 0.85% | - |
| XYZ | 21.48 | 17.42 | 68.56 | - |
| YUV | 112.48 | 187.55 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 218 | 0.62 | 0.51 | 0 | 0.15 | 229.33 | 0.65 | 0.59 |
| Hex | 53 | 6B | DA | 3E | 33 | 0 | F | E5 | 41 | 3B |
| Octal | 123 | 153 | 332 | 76 | 63 | 0 | 17 | 345 | 101 | 73 |
| Binary | 1010011 | 1101011 | 11011010 | 111110 | 110011 | 0 | 1111 | 11100101 | 1000001 | 111011 |
Color Harmonies of #536BDA
Complementary color
Monochromatic Colors of #536BDA
Black with #536BDA
Text Example
Text Example
White with #536BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536BDA; }
p { color: rgb(83,107,218); }
H1.HeaderClassName
{
color: #536BDA;
}
.AnyTagClassName
{
color: #536BDA;
}
</style>
background-color css
<style>
a { background-color: #536BDA; }
a { background-color: rgb(83,107,218); }
div.DivClassName
{
background-color: #536BDA;
}
.BgClassName
{
background-color: #536BDA;
}
</style>
border-color css
<style>
span { border-color: #536BDA; }
span { border-color: rgb(83,107,218); }
td.TdClassName
{
border-color: #536BDA;
}
.TagClassName
{
border-color: #536BDA;
}
</style>