Shades of Royal Blue #597BDF
Tints of Royal Blue #597BDF
RGB
CMYK
RGB Variations
Color information
#597BDF (or 0x597BDF) is known color: Royal Blue. HEX triplet: 59, 7B and DF. RGB value is (89,123,223). Sum of RGB (Red+Green+Blue) = 89+123+223=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #597BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597BDF is #A68420. Grayscale: #7B7B7B. Windows color (decimal): -10912801 or 14646105. OLE color: 14646105.
HSL color Cylindrical-coordinate representation of color #597BDF: hue angle of 224.78º 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 #597BDF is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 123 | 223 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.13 |
| HSL | 224.78º | 0.68% | 0.61% | - |
| HSV(B) | 224.78º | 0.6% | 0.87% | - |
| XYZ | 24.52 | 21.62 | 72.69 | - |
| YUV | 124.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 223 | 0.60 | 0.45 | 0 | 0.13 | 224.78 | 0.68 | 0.61 |
| Hex | 59 | 7B | DF | 3C | 2D | 0 | D | E1 | 44 | 3D |
| Octal | 131 | 173 | 337 | 74 | 55 | 0 | 15 | 341 | 104 | 75 |
| Binary | 1011001 | 1111011 | 11011111 | 111100 | 101101 | 0 | 1101 | 11100001 | 1000100 | 111101 |
Color Harmonies of #597BDF
Complementary color
Monochromatic Colors of #597BDF
Black with #597BDF
Text Example
Text Example
White with #597BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BDF; }
p { color: rgb(89,123,223); }
H1.HeaderClassName
{
color: #597BDF;
}
.AnyTagClassName
{
color: #597BDF;
}
</style>
background-color css
<style>
a { background-color: #597BDF; }
a { background-color: rgb(89,123,223); }
div.DivClassName
{
background-color: #597BDF;
}
.BgClassName
{
background-color: #597BDF;
}
</style>
border-color css
<style>
span { border-color: #597BDF; }
span { border-color: rgb(89,123,223); }
td.TdClassName
{
border-color: #597BDF;
}
.TagClassName
{
border-color: #597BDF;
}
</style>