Shades of Royal Blue #536FDA
Tints of Royal Blue #536FDA
RGB
CMYK
RGB Variations
Color information
#536FDA (or 0x536FDA) is known color: Royal Blue. HEX triplet: 53, 6F and DA. RGB value is (83,111,218). Sum of RGB (Red+Green+Blue) = 83+111+218=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #536FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FDA is #AC9025. Grayscale: #727272. Windows color (decimal): -11309094 or 14315347. OLE color: 14315347.
HSL color Cylindrical-coordinate representation of color #536FDA: hue angle of 227.56º 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 #536FDA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 111 | 218 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.15 |
| HSL | 227.56º | 0.65% | 0.59% | - |
| HSV(B) | 227.56º | 0.62% | 0.85% | - |
| XYZ | 21.91 | 18.27 | 68.7 | - |
| YUV | 114.83 | 186.22 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 218 | 0.62 | 0.49 | 0 | 0.15 | 227.56 | 0.65 | 0.59 |
| Hex | 53 | 6F | DA | 3E | 31 | 0 | F | E4 | 41 | 3B |
| Octal | 123 | 157 | 332 | 76 | 61 | 0 | 17 | 344 | 101 | 73 |
| Binary | 1010011 | 1101111 | 11011010 | 111110 | 110001 | 0 | 1111 | 11100100 | 1000001 | 111011 |
Color Harmonies of #536FDA
Complementary color
Monochromatic Colors of #536FDA
Black with #536FDA
Text Example
Text Example
White with #536FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FDA; }
p { color: rgb(83,111,218); }
H1.HeaderClassName
{
color: #536FDA;
}
.AnyTagClassName
{
color: #536FDA;
}
</style>
background-color css
<style>
a { background-color: #536FDA; }
a { background-color: rgb(83,111,218); }
div.DivClassName
{
background-color: #536FDA;
}
.BgClassName
{
background-color: #536FDA;
}
</style>
border-color css
<style>
span { border-color: #536FDA; }
span { border-color: rgb(83,111,218); }
td.TdClassName
{
border-color: #536FDA;
}
.TagClassName
{
border-color: #536FDA;
}
</style>