Shades of Royal Blue #2771DC
Tints of Royal Blue #2771DC
RGB
CMYK
RGB Variations
Color information
#2771DC (or 0x2771DC) is known color: Royal Blue. HEX triplet: 27, 71 and DC. RGB value is (39,113,220). Sum of RGB (Red+Green+Blue) = 39+113+220=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #2771DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2771DC is #D88E23. Grayscale: #666666. Windows color (decimal): -14192164 or 14446887. OLE color: 14446887.
HSL color Cylindrical-coordinate representation of color #2771DC: hue angle of 215.47º 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 #2771DC is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 113 | 220 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.14 |
| HSL | 215.47º | 0.72% | 0.51% | - |
| HSV(B) | 215.47º | 0.82% | 0.86% | - |
| XYZ | 19.66 | 17.41 | 70.03 | - |
| YUV | 103.07 | 193.98 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 220 | 0.82 | 0.49 | 0 | 0.14 | 215.47 | 0.72 | 0.51 |
| Hex | 27 | 71 | DC | 52 | 31 | 0 | E | D7 | 48 | 33 |
| Octal | 47 | 161 | 334 | 122 | 61 | 0 | 16 | 327 | 110 | 63 |
| Binary | 100111 | 1110001 | 11011100 | 1010010 | 110001 | 0 | 1110 | 11010111 | 1001000 | 110011 |
Color Harmonies of #2771DC
Complementary color
Monochromatic Colors of #2771DC
Black with #2771DC
Text Example
Text Example
White with #2771DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2771DC; }
p { color: rgb(39,113,220); }
H1.HeaderClassName
{
color: #2771DC;
}
.AnyTagClassName
{
color: #2771DC;
}
</style>
background-color css
<style>
a { background-color: #2771DC; }
a { background-color: rgb(39,113,220); }
div.DivClassName
{
background-color: #2771DC;
}
.BgClassName
{
background-color: #2771DC;
}
</style>
border-color css
<style>
span { border-color: #2771DC; }
span { border-color: rgb(39,113,220); }
td.TdClassName
{
border-color: #2771DC;
}
.TagClassName
{
border-color: #2771DC;
}
</style>