Shades of Royal Blue #2773EE
Tints of Royal Blue #2773EE
RGB
CMYK
RGB Variations
Color information
#2773EE (or 0x2773EE) is known color: Royal Blue. HEX triplet: 27, 73 and EE. RGB value is (39,115,238). Sum of RGB (Red+Green+Blue) = 39+115+238=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #2773EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2773EE is #D88C11. Grayscale: #696969. Windows color (decimal): -14191634 or 15627047. OLE color: 15627047.
HSL color Cylindrical-coordinate representation of color #2773EE: hue angle of 217.09º 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 #2773EE is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 115 | 238 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.07 |
| HSL | 217.09º | 0.85% | 0.54% | - |
| HSV(B) | 217.09º | 0.84% | 0.93% | - |
| XYZ | 22.4 | 18.87 | 83.35 | - |
| YUV | 106.3 | 202.32 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 238 | 0.84 | 0.52 | 0 | 0.07 | 217.09 | 0.85 | 0.54 |
| Hex | 27 | 73 | EE | 54 | 34 | 0 | 7 | D9 | 55 | 36 |
| Octal | 47 | 163 | 356 | 124 | 64 | 0 | 7 | 331 | 125 | 66 |
| Binary | 100111 | 1110011 | 11101110 | 1010100 | 110100 | 0 | 111 | 11011001 | 1010101 | 110110 |
Color Harmonies of #2773EE
Complementary color
Monochromatic Colors of #2773EE
Black with #2773EE
Text Example
Text Example
White with #2773EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2773EE; }
p { color: rgb(39,115,238); }
H1.HeaderClassName
{
color: #2773EE;
}
.AnyTagClassName
{
color: #2773EE;
}
</style>
background-color css
<style>
a { background-color: #2773EE; }
a { background-color: rgb(39,115,238); }
div.DivClassName
{
background-color: #2773EE;
}
.BgClassName
{
background-color: #2773EE;
}
</style>
border-color css
<style>
span { border-color: #2773EE; }
span { border-color: rgb(39,115,238); }
td.TdClassName
{
border-color: #2773EE;
}
.TagClassName
{
border-color: #2773EE;
}
</style>