Shades of Royal Blue #2779DD
Tints of Royal Blue #2779DD
RGB
CMYK
RGB Variations
Color information
#2779DD (or 0x2779DD) is known color: Royal Blue. HEX triplet: 27, 79 and DD. RGB value is (39,121,221). Sum of RGB (Red+Green+Blue) = 39+121+221=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #2779DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779DD is #D88622. Grayscale: #6B6B6B. Windows color (decimal): -14190115 or 14514471. OLE color: 14514471.
HSL color Cylindrical-coordinate representation of color #2779DD: hue angle of 212.97º 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 #2779DD is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 121 | 221 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.13 |
| HSL | 212.97º | 0.73% | 0.51% | - |
| HSV(B) | 212.97º | 0.82% | 0.87% | - |
| XYZ | 20.73 | 19.33 | 71.04 | - |
| YUV | 107.88 | 191.83 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 221 | 0.82 | 0.45 | 0 | 0.13 | 212.97 | 0.73 | 0.51 |
| Hex | 27 | 79 | DD | 52 | 2D | 0 | D | D5 | 49 | 33 |
| Octal | 47 | 171 | 335 | 122 | 55 | 0 | 15 | 325 | 111 | 63 |
| Binary | 100111 | 1111001 | 11011101 | 1010010 | 101101 | 0 | 1101 | 11010101 | 1001001 | 110011 |
Color Harmonies of #2779DD
Complementary color
Monochromatic Colors of #2779DD
Black with #2779DD
Text Example
Text Example
White with #2779DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779DD; }
p { color: rgb(39,121,221); }
H1.HeaderClassName
{
color: #2779DD;
}
.AnyTagClassName
{
color: #2779DD;
}
</style>
background-color css
<style>
a { background-color: #2779DD; }
a { background-color: rgb(39,121,221); }
div.DivClassName
{
background-color: #2779DD;
}
.BgClassName
{
background-color: #2779DD;
}
</style>
border-color css
<style>
span { border-color: #2779DD; }
span { border-color: rgb(39,121,221); }
td.TdClassName
{
border-color: #2779DD;
}
.TagClassName
{
border-color: #2779DD;
}
</style>