Shades of Royal Blue #536FEF
Tints of Royal Blue #536FEF
RGB
CMYK
RGB Variations
Color information
#536FEF (or 0x536FEF) is known color: Royal Blue. HEX triplet: 53, 6F and EF. RGB value is (83,111,239). Sum of RGB (Red+Green+Blue) = 83+111+239=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #536FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536FEF is #AC9010. Grayscale: #747474. Windows color (decimal): -11309073 or 15691603. OLE color: 15691603.
HSL color Cylindrical-coordinate representation of color #536FEF: hue angle of 229.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536FEF is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 111 | 239 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.06 |
| HSL | 229.23º | 0.83% | 0.63% | - |
| HSV(B) | 229.23º | 0.65% | 0.94% | - |
| XYZ | 24.83 | 19.44 | 84.1 | - |
| YUV | 117.22 | 196.72 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 239 | 0.65 | 0.54 | 0 | 0.06 | 229.23 | 0.83 | 0.63 |
| Hex | 53 | 6F | EF | 41 | 36 | 0 | 6 | E5 | 53 | 3F |
| Octal | 123 | 157 | 357 | 101 | 66 | 0 | 6 | 345 | 123 | 77 |
| Binary | 1010011 | 1101111 | 11101111 | 1000001 | 110110 | 0 | 110 | 11100101 | 1010011 | 111111 |
Color Harmonies of #536FEF
Complementary color
Monochromatic Colors of #536FEF
Black with #536FEF
Text Example
Text Example
White with #536FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FEF; }
p { color: rgb(83,111,239); }
H1.HeaderClassName
{
color: #536FEF;
}
.AnyTagClassName
{
color: #536FEF;
}
</style>
background-color css
<style>
a { background-color: #536FEF; }
a { background-color: rgb(83,111,239); }
div.DivClassName
{
background-color: #536FEF;
}
.BgClassName
{
background-color: #536FEF;
}
</style>
border-color css
<style>
span { border-color: #536FEF; }
span { border-color: rgb(83,111,239); }
td.TdClassName
{
border-color: #536FEF;
}
.TagClassName
{
border-color: #536FEF;
}
</style>