Shades of Royal Blue #597CDF
Tints of Royal Blue #597CDF
RGB
CMYK
RGB Variations
Color information
#597CDF (or 0x597CDF) is known color: Royal Blue. HEX triplet: 59, 7C and DF. RGB value is (89,124,223). Sum of RGB (Red+Green+Blue) = 89+124+223=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 124 (48.83% from 255 or 28.44% 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 #597CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CDF is #A68320. Grayscale: #7C7C7C. Windows color (decimal): -10912545 or 14646361. OLE color: 14646361.
HSL color Cylindrical-coordinate representation of color #597CDF: hue angle of 224.33º 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 #597CDF is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 124 | 223 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.13 |
| HSL | 224.33º | 0.68% | 0.61% | - |
| HSV(B) | 224.33º | 0.6% | 0.87% | - |
| XYZ | 24.65 | 21.87 | 72.73 | - |
| YUV | 124.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 223 | 0.60 | 0.44 | 0 | 0.13 | 224.33 | 0.68 | 0.61 |
| Hex | 59 | 7C | DF | 3C | 2C | 0 | D | E0 | 44 | 3D |
| Octal | 131 | 174 | 337 | 74 | 54 | 0 | 15 | 340 | 104 | 75 |
| Binary | 1011001 | 1111100 | 11011111 | 111100 | 101100 | 0 | 1101 | 11100000 | 1000100 | 111101 |
Color Harmonies of #597CDF
Complementary color
Monochromatic Colors of #597CDF
Black with #597CDF
Text Example
Text Example
White with #597CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CDF; }
p { color: rgb(89,124,223); }
H1.HeaderClassName
{
color: #597CDF;
}
.AnyTagClassName
{
color: #597CDF;
}
</style>
background-color css
<style>
a { background-color: #597CDF; }
a { background-color: rgb(89,124,223); }
div.DivClassName
{
background-color: #597CDF;
}
.BgClassName
{
background-color: #597CDF;
}
</style>
border-color css
<style>
span { border-color: #597CDF; }
span { border-color: rgb(89,124,223); }
td.TdClassName
{
border-color: #597CDF;
}
.TagClassName
{
border-color: #597CDF;
}
</style>