Shades of Royal Blue #536BD4
Tints of Royal Blue #536BD4
RGB
CMYK
RGB Variations
Color information
#536BD4 (or 0x536BD4) is known color: Royal Blue. HEX triplet: 53, 6B and D4. RGB value is (83,107,212). Sum of RGB (Red+Green+Blue) = 83+107+212=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #536BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BD4 is #AC942B. Grayscale: #6F6F6F. Windows color (decimal): -11310124 or 13921107. OLE color: 13921107.
HSL color Cylindrical-coordinate representation of color #536BD4: hue angle of 228.84º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #536BD4 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 107 | 212 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.17 |
| HSL | 228.84º | 0.6% | 0.58% | - |
| HSV(B) | 228.84º | 0.61% | 0.83% | - |
| XYZ | 20.71 | 17.11 | 64.5 | - |
| YUV | 111.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 212 | 0.61 | 0.50 | 0 | 0.17 | 228.84 | 0.6 | 0.58 |
| Hex | 53 | 6B | D4 | 3D | 32 | 0 | 11 | E5 | 3C | 3A |
| Octal | 123 | 153 | 324 | 75 | 62 | 0 | 21 | 345 | 74 | 72 |
| Binary | 1010011 | 1101011 | 11010100 | 111101 | 110010 | 0 | 10001 | 11100101 | 111100 | 111010 |
Color Harmonies of #536BD4
Complementary color
Monochromatic Colors of #536BD4
Black with #536BD4
Text Example
Text Example
White with #536BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536BD4; }
p { color: rgb(83,107,212); }
H1.HeaderClassName
{
color: #536BD4;
}
.AnyTagClassName
{
color: #536BD4;
}
</style>
background-color css
<style>
a { background-color: #536BD4; }
a { background-color: rgb(83,107,212); }
div.DivClassName
{
background-color: #536BD4;
}
.BgClassName
{
background-color: #536BD4;
}
</style>
border-color css
<style>
span { border-color: #536BD4; }
span { border-color: rgb(83,107,212); }
td.TdClassName
{
border-color: #536BD4;
}
.TagClassName
{
border-color: #536BD4;
}
</style>