Shades of Royal Blue #2759E4
Tints of Royal Blue #2759E4
RGB
CMYK
RGB Variations
Color information
#2759E4 (or 0x2759E4) is known color: Royal Blue. HEX triplet: 27, 59 and E4. RGB value is (39,89,228). Sum of RGB (Red+Green+Blue) = 39+89+228=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #2759E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2759E4 is #D8A61B. Grayscale: #595959. Windows color (decimal): -14198300 or 14965031. OLE color: 14965031.
HSL color Cylindrical-coordinate representation of color #2759E4: hue angle of 224.13º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2759E4 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 89 | 228 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.11 |
| HSL | 224.13º | 0.78% | 0.52% | - |
| HSV(B) | 224.13º | 0.83% | 0.89% | - |
| XYZ | 18.41 | 13.18 | 74.97 | - |
| YUV | 89.9 | 205.94 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 228 | 0.83 | 0.61 | 0 | 0.11 | 224.13 | 0.78 | 0.52 |
| Hex | 27 | 59 | E4 | 53 | 3D | 0 | B | E0 | 4E | 34 |
| Octal | 47 | 131 | 344 | 123 | 75 | 0 | 13 | 340 | 116 | 64 |
| Binary | 100111 | 1011001 | 11100100 | 1010011 | 111101 | 0 | 1011 | 11100000 | 1001110 | 110100 |
Color Harmonies of #2759E4
Complementary color
Monochromatic Colors of #2759E4
Black with #2759E4
Text Example
Text Example
White with #2759E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2759E4; }
p { color: rgb(39,89,228); }
H1.HeaderClassName
{
color: #2759E4;
}
.AnyTagClassName
{
color: #2759E4;
}
</style>
background-color css
<style>
a { background-color: #2759E4; }
a { background-color: rgb(39,89,228); }
div.DivClassName
{
background-color: #2759E4;
}
.BgClassName
{
background-color: #2759E4;
}
</style>
border-color css
<style>
span { border-color: #2759E4; }
span { border-color: rgb(39,89,228); }
td.TdClassName
{
border-color: #2759E4;
}
.TagClassName
{
border-color: #2759E4;
}
</style>