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