Shades of Royal Blue #2777DD
Tints of Royal Blue #2777DD
RGB
CMYK
RGB Variations
Color information
#2777DD (or 0x2777DD) is known color: Royal Blue. HEX triplet: 27, 77 and DD. RGB value is (39,119,221). Sum of RGB (Red+Green+Blue) = 39+119+221=379 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.29% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #2777DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2777DD is #D88822. Grayscale: #6A6A6A. Windows color (decimal): -14190627 or 14513959. OLE color: 14513959.
HSL color Cylindrical-coordinate representation of color #2777DD: hue angle of 213.63º 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 #2777DD is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 119 | 221 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.13 |
| HSL | 213.63º | 0.73% | 0.51% | - |
| HSV(B) | 213.63º | 0.82% | 0.87% | - |
| XYZ | 20.48 | 18.85 | 70.96 | - |
| YUV | 106.71 | 192.5 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 221 | 0.82 | 0.46 | 0 | 0.13 | 213.63 | 0.73 | 0.51 |
| Hex | 27 | 77 | DD | 52 | 2E | 0 | D | D6 | 49 | 33 |
| Octal | 47 | 167 | 335 | 122 | 56 | 0 | 15 | 326 | 111 | 63 |
| Binary | 100111 | 1110111 | 11011101 | 1010010 | 101110 | 0 | 1101 | 11010110 | 1001001 | 110011 |
Color Harmonies of #2777DD
Complementary color
Monochromatic Colors of #2777DD
Black with #2777DD
Text Example
Text Example
White with #2777DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2777DD; }
p { color: rgb(39,119,221); }
H1.HeaderClassName
{
color: #2777DD;
}
.AnyTagClassName
{
color: #2777DD;
}
</style>
background-color css
<style>
a { background-color: #2777DD; }
a { background-color: rgb(39,119,221); }
div.DivClassName
{
background-color: #2777DD;
}
.BgClassName
{
background-color: #2777DD;
}
</style>
border-color css
<style>
span { border-color: #2777DD; }
span { border-color: rgb(39,119,221); }
td.TdClassName
{
border-color: #2777DD;
}
.TagClassName
{
border-color: #2777DD;
}
</style>