Shades of Royal Blue #2760E9
Tints of Royal Blue #2760E9
RGB
CMYK
RGB Variations
Color information
#2760E9 (or 0x2760E9) is known color: Royal Blue. HEX triplet: 27, 60 and E9. RGB value is (39,96,233). Sum of RGB (Red+Green+Blue) = 39+96+233=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #2760E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2760E9 is #D89F16. Grayscale: #5D5D5D. Windows color (decimal): -14196503 or 15294503. OLE color: 15294503.
HSL color Cylindrical-coordinate representation of color #2760E9: hue angle of 222.37º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2760E9 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 96 | 233 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.09 |
| HSL | 222.37º | 0.82% | 0.53% | - |
| HSV(B) | 222.37º | 0.83% | 0.91% | - |
| XYZ | 19.73 | 14.68 | 78.88 | - |
| YUV | 94.58 | 206.12 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 96 | 233 | 0.83 | 0.59 | 0 | 0.09 | 222.37 | 0.82 | 0.53 |
| Hex | 27 | 60 | E9 | 53 | 3B | 0 | 9 | DE | 52 | 35 |
| Octal | 47 | 140 | 351 | 123 | 73 | 0 | 11 | 336 | 122 | 65 |
| Binary | 100111 | 1100000 | 11101001 | 1010011 | 111011 | 0 | 1001 | 11011110 | 1010010 | 110101 |
Color Harmonies of #2760E9
Complementary color
Monochromatic Colors of #2760E9
Black with #2760E9
Text Example
Text Example
White with #2760E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2760E9; }
p { color: rgb(39,96,233); }
H1.HeaderClassName
{
color: #2760E9;
}
.AnyTagClassName
{
color: #2760E9;
}
</style>
background-color css
<style>
a { background-color: #2760E9; }
a { background-color: rgb(39,96,233); }
div.DivClassName
{
background-color: #2760E9;
}
.BgClassName
{
background-color: #2760E9;
}
</style>
border-color css
<style>
span { border-color: #2760E9; }
span { border-color: rgb(39,96,233); }
td.TdClassName
{
border-color: #2760E9;
}
.TagClassName
{
border-color: #2760E9;
}
</style>