Shades of Royal Blue #277EDB
Tints of Royal Blue #277EDB
RGB
CMYK
RGB Variations
Color information
#277EDB (or 0x277EDB) is known color: Royal Blue. HEX triplet: 27, 7E and DB. RGB value is (39,126,219). Sum of RGB (Red+Green+Blue) = 39+126+219=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #277EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277EDB is #D88124. Grayscale: #6E6E6E. Windows color (decimal): -14188837 or 14384679. OLE color: 14384679.
HSL color Cylindrical-coordinate representation of color #277EDB: hue angle of 211º 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 #277EDB is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 126 | 219 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.14 |
| HSL | 211º | 0.71% | 0.51% | - |
| HSV(B) | 211º | 0.82% | 0.86% | - |
| XYZ | 21.08 | 20.47 | 69.86 | - |
| YUV | 110.59 | 189.18 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 219 | 0.82 | 0.42 | 0 | 0.14 | 211 | 0.71 | 0.51 |
| Hex | 27 | 7E | DB | 52 | 2A | 0 | E | D3 | 47 | 33 |
| Octal | 47 | 176 | 333 | 122 | 52 | 0 | 16 | 323 | 107 | 63 |
| Binary | 100111 | 1111110 | 11011011 | 1010010 | 101010 | 0 | 1110 | 11010011 | 1000111 | 110011 |
Color Harmonies of #277EDB
Complementary color
Monochromatic Colors of #277EDB
Black with #277EDB
Text Example
Text Example
White with #277EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277EDB; }
p { color: rgb(39,126,219); }
H1.HeaderClassName
{
color: #277EDB;
}
.AnyTagClassName
{
color: #277EDB;
}
</style>
background-color css
<style>
a { background-color: #277EDB; }
a { background-color: rgb(39,126,219); }
div.DivClassName
{
background-color: #277EDB;
}
.BgClassName
{
background-color: #277EDB;
}
</style>
border-color css
<style>
span { border-color: #277EDB; }
span { border-color: rgb(39,126,219); }
td.TdClassName
{
border-color: #277EDB;
}
.TagClassName
{
border-color: #277EDB;
}
</style>