Shades of Royal Blue #536FE2
Tints of Royal Blue #536FE2
RGB
CMYK
RGB Variations
Color information
#536FE2 (or 0x536FE2) is known color: Royal Blue. HEX triplet: 53, 6F and E2. RGB value is (83,111,226). Sum of RGB (Red+Green+Blue) = 83+111+226=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #536FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FE2 is #AC901D. Grayscale: #737373. Windows color (decimal): -11309086 or 14839635. OLE color: 14839635.
HSL color Cylindrical-coordinate representation of color #536FE2: hue angle of 228.25º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536FE2 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 111 | 226 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.11 |
| HSL | 228.25º | 0.71% | 0.61% | - |
| HSV(B) | 228.25º | 0.63% | 0.89% | - |
| XYZ | 22.98 | 18.7 | 74.35 | - |
| YUV | 115.74 | 190.22 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 226 | 0.63 | 0.51 | 0 | 0.11 | 228.25 | 0.71 | 0.61 |
| Hex | 53 | 6F | E2 | 3F | 33 | 0 | B | E4 | 47 | 3D |
| Octal | 123 | 157 | 342 | 77 | 63 | 0 | 13 | 344 | 107 | 75 |
| Binary | 1010011 | 1101111 | 11100010 | 111111 | 110011 | 0 | 1011 | 11100100 | 1000111 | 111101 |
Color Harmonies of #536FE2
Complementary color
Monochromatic Colors of #536FE2
Black with #536FE2
Text Example
Text Example
White with #536FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FE2; }
p { color: rgb(83,111,226); }
H1.HeaderClassName
{
color: #536FE2;
}
.AnyTagClassName
{
color: #536FE2;
}
</style>
background-color css
<style>
a { background-color: #536FE2; }
a { background-color: rgb(83,111,226); }
div.DivClassName
{
background-color: #536FE2;
}
.BgClassName
{
background-color: #536FE2;
}
</style>
border-color css
<style>
span { border-color: #536FE2; }
span { border-color: rgb(83,111,226); }
td.TdClassName
{
border-color: #536FE2;
}
.TagClassName
{
border-color: #536FE2;
}
</style>