Shades of Royal Blue #2759EE
Tints of Royal Blue #2759EE
RGB
CMYK
RGB Variations
Color information
#2759EE (or 0x2759EE) is known color: Royal Blue. HEX triplet: 27, 59 and EE. RGB value is (39,89,238). Sum of RGB (Red+Green+Blue) = 39+89+238=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #2759EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2759EE is #D8A611. Grayscale: #5A5A5A. Windows color (decimal): -14198290 or 15620391. OLE color: 15620391.
HSL color Cylindrical-coordinate representation of color #2759EE: hue angle of 224.92º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2759EE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 89 | 238 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.07 |
| HSL | 224.92º | 0.85% | 0.54% | - |
| HSV(B) | 224.92º | 0.84% | 0.93% | - |
| XYZ | 19.84 | 13.75 | 82.5 | - |
| YUV | 91.04 | 210.94 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 238 | 0.84 | 0.63 | 0 | 0.07 | 224.92 | 0.85 | 0.54 |
| Hex | 27 | 59 | EE | 54 | 3F | 0 | 7 | E1 | 55 | 36 |
| Octal | 47 | 131 | 356 | 124 | 77 | 0 | 7 | 341 | 125 | 66 |
| Binary | 100111 | 1011001 | 11101110 | 1010100 | 111111 | 0 | 111 | 11100001 | 1010101 | 110110 |
Color Harmonies of #2759EE
Complementary color
Monochromatic Colors of #2759EE
Black with #2759EE
Text Example
Text Example
White with #2759EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2759EE; }
p { color: rgb(39,89,238); }
H1.HeaderClassName
{
color: #2759EE;
}
.AnyTagClassName
{
color: #2759EE;
}
</style>
background-color css
<style>
a { background-color: #2759EE; }
a { background-color: rgb(39,89,238); }
div.DivClassName
{
background-color: #2759EE;
}
.BgClassName
{
background-color: #2759EE;
}
</style>
border-color css
<style>
span { border-color: #2759EE; }
span { border-color: rgb(39,89,238); }
td.TdClassName
{
border-color: #2759EE;
}
.TagClassName
{
border-color: #2759EE;
}
</style>