Shades of Royal Blue #535FDB
Tints of Royal Blue #535FDB
RGB
CMYK
RGB Variations
Color information
#535FDB (or 0x535FDB) is known color: Royal Blue. HEX triplet: 53, 5F and DB. RGB value is (83,95,219). Sum of RGB (Red+Green+Blue) = 83+95+219=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #535FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FDB is #ACA024. Grayscale: #696969. Windows color (decimal): -11313189 or 14376787. OLE color: 14376787.
HSL color Cylindrical-coordinate representation of color #535FDB: hue angle of 234.71º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535FDB is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 95 | 219 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.14 |
| HSL | 234.71º | 0.65% | 0.59% | - |
| HSV(B) | 234.71º | 0.62% | 0.86% | - |
| XYZ | 20.45 | 15.14 | 68.86 | - |
| YUV | 105.55 | 192.02 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 219 | 0.62 | 0.57 | 0 | 0.14 | 234.71 | 0.65 | 0.59 |
| Hex | 53 | 5F | DB | 3E | 39 | 0 | E | EB | 41 | 3B |
| Octal | 123 | 137 | 333 | 76 | 71 | 0 | 16 | 353 | 101 | 73 |
| Binary | 1010011 | 1011111 | 11011011 | 111110 | 111001 | 0 | 1110 | 11101011 | 1000001 | 111011 |
Color Harmonies of #535FDB
Complementary color
Monochromatic Colors of #535FDB
Black with #535FDB
Text Example
Text Example
White with #535FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535FDB; }
p { color: rgb(83,95,219); }
H1.HeaderClassName
{
color: #535FDB;
}
.AnyTagClassName
{
color: #535FDB;
}
</style>
background-color css
<style>
a { background-color: #535FDB; }
a { background-color: rgb(83,95,219); }
div.DivClassName
{
background-color: #535FDB;
}
.BgClassName
{
background-color: #535FDB;
}
</style>
border-color css
<style>
span { border-color: #535FDB; }
span { border-color: rgb(83,95,219); }
td.TdClassName
{
border-color: #535FDB;
}
.TagClassName
{
border-color: #535FDB;
}
</style>