Shades of Royal Blue #277BDD
Tints of Royal Blue #277BDD
RGB
CMYK
RGB Variations
Color information
#277BDD (or 0x277BDD) is known color: Royal Blue. HEX triplet: 27, 7B and DD. RGB value is (39,123,221). Sum of RGB (Red+Green+Blue) = 39+123+221=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #277BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BDD is #D88422. Grayscale: #6C6C6C. Windows color (decimal): -14189603 or 14514983. OLE color: 14514983.
HSL color Cylindrical-coordinate representation of color #277BDD: hue angle of 212.31º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277BDD is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 123 | 221 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.13 |
| HSL | 212.31º | 0.73% | 0.51% | - |
| HSV(B) | 212.31º | 0.82% | 0.87% | - |
| XYZ | 20.97 | 19.82 | 71.13 | - |
| YUV | 109.06 | 191.17 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 221 | 0.82 | 0.44 | 0 | 0.13 | 212.31 | 0.73 | 0.51 |
| Hex | 27 | 7B | DD | 52 | 2C | 0 | D | D4 | 49 | 33 |
| Octal | 47 | 173 | 335 | 122 | 54 | 0 | 15 | 324 | 111 | 63 |
| Binary | 100111 | 1111011 | 11011101 | 1010010 | 101100 | 0 | 1101 | 11010100 | 1001001 | 110011 |
Color Harmonies of #277BDD
Complementary color
Monochromatic Colors of #277BDD
Black with #277BDD
Text Example
Text Example
White with #277BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BDD; }
p { color: rgb(39,123,221); }
H1.HeaderClassName
{
color: #277BDD;
}
.AnyTagClassName
{
color: #277BDD;
}
</style>
background-color css
<style>
a { background-color: #277BDD; }
a { background-color: rgb(39,123,221); }
div.DivClassName
{
background-color: #277BDD;
}
.BgClassName
{
background-color: #277BDD;
}
</style>
border-color css
<style>
span { border-color: #277BDD; }
span { border-color: rgb(39,123,221); }
td.TdClassName
{
border-color: #277BDD;
}
.TagClassName
{
border-color: #277BDD;
}
</style>