Shades of Royal Blue #2776DC
Tints of Royal Blue #2776DC
RGB
CMYK
RGB Variations
Color information
#2776DC (or 0x2776DC) is known color: Royal Blue. HEX triplet: 27, 76 and DC. RGB value is (39,118,220). Sum of RGB (Red+Green+Blue) = 39+118+220=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #2776DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2776DC is #D88923. Grayscale: #696969. Windows color (decimal): -14190884 or 14448167. OLE color: 14448167.
HSL color Cylindrical-coordinate representation of color #2776DC: hue angle of 213.81º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2776DC is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 118 | 220 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.14 |
| HSL | 213.81º | 0.72% | 0.51% | - |
| HSV(B) | 213.81º | 0.82% | 0.86% | - |
| XYZ | 20.23 | 18.56 | 70.23 | - |
| YUV | 106.01 | 192.33 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 220 | 0.82 | 0.46 | 0 | 0.14 | 213.81 | 0.72 | 0.51 |
| Hex | 27 | 76 | DC | 52 | 2E | 0 | E | D6 | 48 | 33 |
| Octal | 47 | 166 | 334 | 122 | 56 | 0 | 16 | 326 | 110 | 63 |
| Binary | 100111 | 1110110 | 11011100 | 1010010 | 101110 | 0 | 1110 | 11010110 | 1001000 | 110011 |
Color Harmonies of #2776DC
Complementary color
Monochromatic Colors of #2776DC
Black with #2776DC
Text Example
Text Example
White with #2776DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2776DC; }
p { color: rgb(39,118,220); }
H1.HeaderClassName
{
color: #2776DC;
}
.AnyTagClassName
{
color: #2776DC;
}
</style>
background-color css
<style>
a { background-color: #2776DC; }
a { background-color: rgb(39,118,220); }
div.DivClassName
{
background-color: #2776DC;
}
.BgClassName
{
background-color: #2776DC;
}
</style>
border-color css
<style>
span { border-color: #2776DC; }
span { border-color: rgb(39,118,220); }
td.TdClassName
{
border-color: #2776DC;
}
.TagClassName
{
border-color: #2776DC;
}
</style>