Shades of Royal Blue #277BD8
Tints of Royal Blue #277BD8
RGB
CMYK
RGB Variations
Color information
#277BD8 (or 0x277BD8) is known color: Royal Blue. HEX triplet: 27, 7B and D8. RGB value is (39,123,216). Sum of RGB (Red+Green+Blue) = 39+123+216=378 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.32% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #277BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BD8 is #D88427. Grayscale: #6C6C6C. Windows color (decimal): -14189608 or 14187303. OLE color: 14187303.
HSL color Cylindrical-coordinate representation of color #277BD8: hue angle of 211.53º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277BD8 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 123 | 216 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.15 |
| HSL | 211.53º | 0.69% | 0.5% | - |
| HSV(B) | 211.53º | 0.82% | 0.85% | - |
| XYZ | 20.31 | 19.56 | 67.67 | - |
| YUV | 108.49 | 188.67 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 216 | 0.82 | 0.43 | 0 | 0.15 | 211.53 | 0.69 | 0.5 |
| Hex | 27 | 7B | D8 | 52 | 2B | 0 | F | D4 | 45 | 32 |
| Octal | 47 | 173 | 330 | 122 | 53 | 0 | 17 | 324 | 105 | 62 |
| Binary | 100111 | 1111011 | 11011000 | 1010010 | 101011 | 0 | 1111 | 11010100 | 1000101 | 110010 |
Color Harmonies of #277BD8
Complementary color
Monochromatic Colors of #277BD8
Black with #277BD8
Text Example
Text Example
White with #277BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BD8; }
p { color: rgb(39,123,216); }
H1.HeaderClassName
{
color: #277BD8;
}
.AnyTagClassName
{
color: #277BD8;
}
</style>
background-color css
<style>
a { background-color: #277BD8; }
a { background-color: rgb(39,123,216); }
div.DivClassName
{
background-color: #277BD8;
}
.BgClassName
{
background-color: #277BD8;
}
</style>
border-color css
<style>
span { border-color: #277BD8; }
span { border-color: rgb(39,123,216); }
td.TdClassName
{
border-color: #277BD8;
}
.TagClassName
{
border-color: #277BD8;
}
</style>