Shades of Royal Blue #5B7BDD
Tints of Royal Blue #5B7BDD
RGB
CMYK
RGB Variations
Color information
#5B7BDD (or 0x5B7BDD) is known color: Royal Blue. HEX triplet: 5B, 7B and DD. RGB value is (91,123,221). Sum of RGB (Red+Green+Blue) = 91+123+221=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B7BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7BDD is #A48422. Grayscale: #7C7C7C. Windows color (decimal): -10781731 or 14515035. OLE color: 14515035.
HSL color Cylindrical-coordinate representation of color #5B7BDD: hue angle of 225.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B7BDD is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 123 | 221 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.13 |
| HSL | 225.23º | 0.66% | 0.61% | - |
| HSV(B) | 225.23º | 0.59% | 0.87% | - |
| XYZ | 24.45 | 21.61 | 71.29 | - |
| YUV | 124.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 221 | 0.59 | 0.44 | 0 | 0.13 | 225.23 | 0.66 | 0.61 |
| Hex | 5B | 7B | DD | 3B | 2C | 0 | D | E1 | 42 | 3D |
| Octal | 133 | 173 | 335 | 73 | 54 | 0 | 15 | 341 | 102 | 75 |
| Binary | 1011011 | 1111011 | 11011101 | 111011 | 101100 | 0 | 1101 | 11100001 | 1000010 | 111101 |
Color Harmonies of #5B7BDD
Complementary color
Monochromatic Colors of #5B7BDD
Black with #5B7BDD
Text Example
Text Example
White with #5B7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7BDD; }
p { color: rgb(91,123,221); }
H1.HeaderClassName
{
color: #5B7BDD;
}
.AnyTagClassName
{
color: #5B7BDD;
}
</style>
background-color css
<style>
a { background-color: #5B7BDD; }
a { background-color: rgb(91,123,221); }
div.DivClassName
{
background-color: #5B7BDD;
}
.BgClassName
{
background-color: #5B7BDD;
}
</style>
border-color css
<style>
span { border-color: #5B7BDD; }
span { border-color: rgb(91,123,221); }
td.TdClassName
{
border-color: #5B7BDD;
}
.TagClassName
{
border-color: #5B7BDD;
}
</style>