Shades of Royal Blue #277BDB
Tints of Royal Blue #277BDB
RGB
CMYK
RGB Variations
Color information
#277BDB (or 0x277BDB) is known color: Royal Blue. HEX triplet: 27, 7B and DB. RGB value is (39,123,219). Sum of RGB (Red+Green+Blue) = 39+123+219=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #277BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BDB is #D88424. Grayscale: #6C6C6C. Windows color (decimal): -14189605 or 14383911. OLE color: 14383911.
HSL color Cylindrical-coordinate representation of color #277BDB: hue angle of 212º 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 #277BDB is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 123 | 219 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.14 |
| HSL | 212º | 0.71% | 0.51% | - |
| HSV(B) | 212º | 0.82% | 0.86% | - |
| XYZ | 20.71 | 19.71 | 69.73 | - |
| YUV | 108.83 | 190.17 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 219 | 0.82 | 0.44 | 0 | 0.14 | 212 | 0.71 | 0.51 |
| Hex | 27 | 7B | DB | 52 | 2C | 0 | E | D4 | 47 | 33 |
| Octal | 47 | 173 | 333 | 122 | 54 | 0 | 16 | 324 | 107 | 63 |
| Binary | 100111 | 1111011 | 11011011 | 1010010 | 101100 | 0 | 1110 | 11010100 | 1000111 | 110011 |
Color Harmonies of #277BDB
Complementary color
Monochromatic Colors of #277BDB
Black with #277BDB
Text Example
Text Example
White with #277BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BDB; }
p { color: rgb(39,123,219); }
H1.HeaderClassName
{
color: #277BDB;
}
.AnyTagClassName
{
color: #277BDB;
}
</style>
background-color css
<style>
a { background-color: #277BDB; }
a { background-color: rgb(39,123,219); }
div.DivClassName
{
background-color: #277BDB;
}
.BgClassName
{
background-color: #277BDB;
}
</style>
border-color css
<style>
span { border-color: #277BDB; }
span { border-color: rgb(39,123,219); }
td.TdClassName
{
border-color: #277BDB;
}
.TagClassName
{
border-color: #277BDB;
}
</style>