Shades of Royal Blue #2771DB
Tints of Royal Blue #2771DB
RGB
CMYK
RGB Variations
Color information
#2771DB (or 0x2771DB) is known color: Royal Blue. HEX triplet: 27, 71 and DB. RGB value is (39,113,219). Sum of RGB (Red+Green+Blue) = 39+113+219=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #2771DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2771DB is #D88E24. Grayscale: #666666. Windows color (decimal): -14192165 or 14381351. OLE color: 14381351.
HSL color Cylindrical-coordinate representation of color #2771DB: hue angle of 215.33º degrees, saturation: 0.71, 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 #2771DB is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 113 | 219 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.14 |
| HSL | 215.33º | 0.71% | 0.51% | - |
| HSV(B) | 215.33º | 0.82% | 0.86% | - |
| XYZ | 19.53 | 17.36 | 69.34 | - |
| YUV | 102.96 | 193.48 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 219 | 0.82 | 0.48 | 0 | 0.14 | 215.33 | 0.71 | 0.51 |
| Hex | 27 | 71 | DB | 52 | 30 | 0 | E | D7 | 47 | 33 |
| Octal | 47 | 161 | 333 | 122 | 60 | 0 | 16 | 327 | 107 | 63 |
| Binary | 100111 | 1110001 | 11011011 | 1010010 | 110000 | 0 | 1110 | 11010111 | 1000111 | 110011 |
Color Harmonies of #2771DB
Complementary color
Monochromatic Colors of #2771DB
Black with #2771DB
Text Example
Text Example
White with #2771DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2771DB; }
p { color: rgb(39,113,219); }
H1.HeaderClassName
{
color: #2771DB;
}
.AnyTagClassName
{
color: #2771DB;
}
</style>
background-color css
<style>
a { background-color: #2771DB; }
a { background-color: rgb(39,113,219); }
div.DivClassName
{
background-color: #2771DB;
}
.BgClassName
{
background-color: #2771DB;
}
</style>
border-color css
<style>
span { border-color: #2771DB; }
span { border-color: rgb(39,113,219); }
td.TdClassName
{
border-color: #2771DB;
}
.TagClassName
{
border-color: #2771DB;
}
</style>