Shades of Royal Blue #2559DF
Tints of Royal Blue #2559DF
RGB
CMYK
RGB Variations
Color information
#2559DF (or 0x2559DF) is known color: Royal Blue. HEX triplet: 25, 59 and DF. RGB value is (37,89,223). Sum of RGB (Red+Green+Blue) = 37+89+223=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #2559DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2559DF is #DAA620. Grayscale: #585858. Windows color (decimal): -14329377 or 14637349. OLE color: 14637349.
HSL color Cylindrical-coordinate representation of color #2559DF: hue angle of 223.23º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2559DF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 89 | 223 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.13 |
| HSL | 223.23º | 0.74% | 0.51% | - |
| HSV(B) | 223.23º | 0.83% | 0.87% | - |
| XYZ | 17.65 | 12.87 | 71.36 | - |
| YUV | 88.73 | 203.77 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 223 | 0.83 | 0.60 | 0 | 0.13 | 223.23 | 0.74 | 0.51 |
| Hex | 25 | 59 | DF | 53 | 3C | 0 | D | DF | 4A | 33 |
| Octal | 45 | 131 | 337 | 123 | 74 | 0 | 15 | 337 | 112 | 63 |
| Binary | 100101 | 1011001 | 11011111 | 1010011 | 111100 | 0 | 1101 | 11011111 | 1001010 | 110011 |
Color Harmonies of #2559DF
Complementary color
Monochromatic Colors of #2559DF
Black with #2559DF
Text Example
Text Example
White with #2559DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559DF; }
p { color: rgb(37,89,223); }
H1.HeaderClassName
{
color: #2559DF;
}
.AnyTagClassName
{
color: #2559DF;
}
</style>
background-color css
<style>
a { background-color: #2559DF; }
a { background-color: rgb(37,89,223); }
div.DivClassName
{
background-color: #2559DF;
}
.BgClassName
{
background-color: #2559DF;
}
</style>
border-color css
<style>
span { border-color: #2559DF; }
span { border-color: rgb(37,89,223); }
td.TdClassName
{
border-color: #2559DF;
}
.TagClassName
{
border-color: #2559DF;
}
</style>