Shades of Royal Blue #2759DD
Tints of Royal Blue #2759DD
RGB
CMYK
RGB Variations
Color information
#2759DD (or 0x2759DD) is known color: Royal Blue. HEX triplet: 27, 59 and DD. RGB value is (39,89,221). Sum of RGB (Red+Green+Blue) = 39+89+221=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #2759DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2759DD is #D8A622. Grayscale: #585858. Windows color (decimal): -14198307 or 14506279. OLE color: 14506279.
HSL color Cylindrical-coordinate representation of color #2759DD: hue angle of 223.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2759DD is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 89 | 221 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.13 |
| HSL | 223.52º | 0.73% | 0.51% | - |
| HSV(B) | 223.52º | 0.82% | 0.87% | - |
| XYZ | 17.46 | 12.8 | 69.96 | - |
| YUV | 89.1 | 202.44 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 221 | 0.82 | 0.60 | 0 | 0.13 | 223.52 | 0.73 | 0.51 |
| Hex | 27 | 59 | DD | 52 | 3C | 0 | D | E0 | 49 | 33 |
| Octal | 47 | 131 | 335 | 122 | 74 | 0 | 15 | 340 | 111 | 63 |
| Binary | 100111 | 1011001 | 11011101 | 1010010 | 111100 | 0 | 1101 | 11100000 | 1001001 | 110011 |
Color Harmonies of #2759DD
Complementary color
Monochromatic Colors of #2759DD
Black with #2759DD
Text Example
Text Example
White with #2759DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2759DD; }
p { color: rgb(39,89,221); }
H1.HeaderClassName
{
color: #2759DD;
}
.AnyTagClassName
{
color: #2759DD;
}
</style>
background-color css
<style>
a { background-color: #2759DD; }
a { background-color: rgb(39,89,221); }
div.DivClassName
{
background-color: #2759DD;
}
.BgClassName
{
background-color: #2759DD;
}
</style>
border-color css
<style>
span { border-color: #2759DD; }
span { border-color: rgb(39,89,221); }
td.TdClassName
{
border-color: #2759DD;
}
.TagClassName
{
border-color: #2759DD;
}
</style>