Shades of Royal Blue #536ECF
Tints of Royal Blue #536ECF
RGB
CMYK
RGB Variations
Color information
#536ECF (or 0x536ECF) is known color: Royal Blue. HEX triplet: 53, 6E and CF. RGB value is (83,110,207). Sum of RGB (Red+Green+Blue) = 83+110+207=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #536ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ECF is #AC9130. Grayscale: #707070. Windows color (decimal): -11309361 or 13594195. OLE color: 13594195.
HSL color Cylindrical-coordinate representation of color #536ECF: hue angle of 226.94º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536ECF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 110 | 207 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.19 |
| HSL | 226.94º | 0.56% | 0.57% | - |
| HSV(B) | 226.94º | 0.6% | 0.81% | - |
| XYZ | 20.41 | 17.5 | 61.33 | - |
| YUV | 112.99 | 181.05 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 207 | 0.60 | 0.47 | 0 | 0.19 | 226.94 | 0.56 | 0.57 |
| Hex | 53 | 6E | CF | 3C | 2F | 0 | 13 | E3 | 38 | 39 |
| Octal | 123 | 156 | 317 | 74 | 57 | 0 | 23 | 343 | 70 | 71 |
| Binary | 1010011 | 1101110 | 11001111 | 111100 | 101111 | 0 | 10011 | 11100011 | 111000 | 111001 |
Color Harmonies of #536ECF
Complementary color
Monochromatic Colors of #536ECF
Black with #536ECF
Text Example
Text Example
White with #536ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536ECF; }
p { color: rgb(83,110,207); }
H1.HeaderClassName
{
color: #536ECF;
}
.AnyTagClassName
{
color: #536ECF;
}
</style>
background-color css
<style>
a { background-color: #536ECF; }
a { background-color: rgb(83,110,207); }
div.DivClassName
{
background-color: #536ECF;
}
.BgClassName
{
background-color: #536ECF;
}
</style>
border-color css
<style>
span { border-color: #536ECF; }
span { border-color: rgb(83,110,207); }
td.TdClassName
{
border-color: #536ECF;
}
.TagClassName
{
border-color: #536ECF;
}
</style>