Shades of Royal Blue #2779DC
Tints of Royal Blue #2779DC
RGB
CMYK
RGB Variations
Color information
#2779DC (or 0x2779DC) is known color: Royal Blue. HEX triplet: 27, 79 and DC. RGB value is (39,121,220). Sum of RGB (Red+Green+Blue) = 39+121+220=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #2779DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2779DC is #D88623. Grayscale: #6B6B6B. Windows color (decimal): -14190116 or 14448935. OLE color: 14448935.
HSL color Cylindrical-coordinate representation of color #2779DC: hue angle of 212.82º 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 #2779DC is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 121 | 220 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.14 |
| HSL | 212.82º | 0.72% | 0.51% | - |
| HSV(B) | 212.82º | 0.82% | 0.86% | - |
| XYZ | 20.59 | 19.27 | 70.34 | - |
| YUV | 107.77 | 191.33 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 220 | 0.82 | 0.45 | 0 | 0.14 | 212.82 | 0.72 | 0.51 |
| Hex | 27 | 79 | DC | 52 | 2D | 0 | E | D5 | 48 | 33 |
| Octal | 47 | 171 | 334 | 122 | 55 | 0 | 16 | 325 | 110 | 63 |
| Binary | 100111 | 1111001 | 11011100 | 1010010 | 101101 | 0 | 1110 | 11010101 | 1001000 | 110011 |
Color Harmonies of #2779DC
Complementary color
Monochromatic Colors of #2779DC
Black with #2779DC
Text Example
Text Example
White with #2779DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779DC; }
p { color: rgb(39,121,220); }
H1.HeaderClassName
{
color: #2779DC;
}
.AnyTagClassName
{
color: #2779DC;
}
</style>
background-color css
<style>
a { background-color: #2779DC; }
a { background-color: rgb(39,121,220); }
div.DivClassName
{
background-color: #2779DC;
}
.BgClassName
{
background-color: #2779DC;
}
</style>
border-color css
<style>
span { border-color: #2779DC; }
span { border-color: rgb(39,121,220); }
td.TdClassName
{
border-color: #2779DC;
}
.TagClassName
{
border-color: #2779DC;
}
</style>