Shades of Royal Blue #5A7BDF
Tints of Royal Blue #5A7BDF
RGB
CMYK
RGB Variations
Color information
#5A7BDF (or 0x5A7BDF) is known color: Royal Blue. HEX triplet: 5A, 7B and DF. RGB value is (90,123,223). Sum of RGB (Red+Green+Blue) = 90+123+223=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A7BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7BDF is #A58420. Grayscale: #7C7C7C. Windows color (decimal): -10847265 or 14646106. OLE color: 14646106.
HSL color Cylindrical-coordinate representation of color #5A7BDF: hue angle of 225.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A7BDF is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 123 | 223 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.13 |
| HSL | 225.11º | 0.68% | 0.61% | - |
| HSV(B) | 225.11º | 0.6% | 0.87% | - |
| XYZ | 24.62 | 21.67 | 72.7 | - |
| YUV | 124.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 223 | 0.60 | 0.45 | 0 | 0.13 | 225.11 | 0.68 | 0.61 |
| Hex | 5A | 7B | DF | 3C | 2D | 0 | D | E1 | 44 | 3D |
| Octal | 132 | 173 | 337 | 74 | 55 | 0 | 15 | 341 | 104 | 75 |
| Binary | 1011010 | 1111011 | 11011111 | 111100 | 101101 | 0 | 1101 | 11100001 | 1000100 | 111101 |
Color Harmonies of #5A7BDF
Complementary color
Monochromatic Colors of #5A7BDF
Black with #5A7BDF
Text Example
Text Example
White with #5A7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7BDF; }
p { color: rgb(90,123,223); }
H1.HeaderClassName
{
color: #5A7BDF;
}
.AnyTagClassName
{
color: #5A7BDF;
}
</style>
background-color css
<style>
a { background-color: #5A7BDF; }
a { background-color: rgb(90,123,223); }
div.DivClassName
{
background-color: #5A7BDF;
}
.BgClassName
{
background-color: #5A7BDF;
}
</style>
border-color css
<style>
span { border-color: #5A7BDF; }
span { border-color: rgb(90,123,223); }
td.TdClassName
{
border-color: #5A7BDF;
}
.TagClassName
{
border-color: #5A7BDF;
}
</style>