Shades of Royal Blue #535FDD
Tints of Royal Blue #535FDD
RGB
CMYK
RGB Variations
Color information
#535FDD (or 0x535FDD) is known color: Royal Blue. HEX triplet: 53, 5F and DD. RGB value is (83,95,221). Sum of RGB (Red+Green+Blue) = 83+95+221=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #535FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FDD is #ACA022. Grayscale: #696969. Windows color (decimal): -11313187 or 14507859. OLE color: 14507859.
HSL color Cylindrical-coordinate representation of color #535FDD: hue angle of 234.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535FDD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 95 | 221 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.13 |
| HSL | 234.78º | 0.67% | 0.6% | - |
| HSV(B) | 234.78º | 0.62% | 0.87% | - |
| XYZ | 20.71 | 15.24 | 70.26 | - |
| YUV | 105.78 | 193.02 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 221 | 0.62 | 0.57 | 0 | 0.13 | 234.78 | 0.67 | 0.6 |
| Hex | 53 | 5F | DD | 3E | 39 | 0 | D | EB | 43 | 3C |
| Octal | 123 | 137 | 335 | 76 | 71 | 0 | 15 | 353 | 103 | 74 |
| Binary | 1010011 | 1011111 | 11011101 | 111110 | 111001 | 0 | 1101 | 11101011 | 1000011 | 111100 |
Color Harmonies of #535FDD
Complementary color
Monochromatic Colors of #535FDD
Black with #535FDD
Text Example
Text Example
White with #535FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535FDD; }
p { color: rgb(83,95,221); }
H1.HeaderClassName
{
color: #535FDD;
}
.AnyTagClassName
{
color: #535FDD;
}
</style>
background-color css
<style>
a { background-color: #535FDD; }
a { background-color: rgb(83,95,221); }
div.DivClassName
{
background-color: #535FDD;
}
.BgClassName
{
background-color: #535FDD;
}
</style>
border-color css
<style>
span { border-color: #535FDD; }
span { border-color: rgb(83,95,221); }
td.TdClassName
{
border-color: #535FDD;
}
.TagClassName
{
border-color: #535FDD;
}
</style>