Shades of Royal Blue #597CDD
Tints of Royal Blue #597CDD
RGB
CMYK
RGB Variations
Color information
#597CDD (or 0x597CDD) is known color: Royal Blue. HEX triplet: 59, 7C and DD. RGB value is (89,124,221). Sum of RGB (Red+Green+Blue) = 89+124+221=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #597CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CDD is #A68322. Grayscale: #7C7C7C. Windows color (decimal): -10912547 or 14515289. OLE color: 14515289.
HSL color Cylindrical-coordinate representation of color #597CDD: hue angle of 224.09º degrees, saturation: 0.66, 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 #597CDD is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 124 | 221 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.13 |
| HSL | 224.09º | 0.66% | 0.61% | - |
| HSV(B) | 224.09º | 0.6% | 0.87% | - |
| XYZ | 24.38 | 21.76 | 71.32 | - |
| YUV | 124.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 221 | 0.60 | 0.44 | 0 | 0.13 | 224.09 | 0.66 | 0.61 |
| Hex | 59 | 7C | DD | 3C | 2C | 0 | D | E0 | 42 | 3D |
| Octal | 131 | 174 | 335 | 74 | 54 | 0 | 15 | 340 | 102 | 75 |
| Binary | 1011001 | 1111100 | 11011101 | 111100 | 101100 | 0 | 1101 | 11100000 | 1000010 | 111101 |
Color Harmonies of #597CDD
Complementary color
Monochromatic Colors of #597CDD
Black with #597CDD
Text Example
Text Example
White with #597CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CDD; }
p { color: rgb(89,124,221); }
H1.HeaderClassName
{
color: #597CDD;
}
.AnyTagClassName
{
color: #597CDD;
}
</style>
background-color css
<style>
a { background-color: #597CDD; }
a { background-color: rgb(89,124,221); }
div.DivClassName
{
background-color: #597CDD;
}
.BgClassName
{
background-color: #597CDD;
}
</style>
border-color css
<style>
span { border-color: #597CDD; }
span { border-color: rgb(89,124,221); }
td.TdClassName
{
border-color: #597CDD;
}
.TagClassName
{
border-color: #597CDD;
}
</style>