Shades of Royal Blue #276DD8
Tints of Royal Blue #276DD8
RGB
CMYK
RGB Variations
Color information
#276DD8 (or 0x276DD8) is known color: Royal Blue. HEX triplet: 27, 6D and D8. RGB value is (39,109,216). Sum of RGB (Red+Green+Blue) = 39+109+216=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #276DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DD8 is #D89227. Grayscale: #636363. Windows color (decimal): -14193192 or 14183719. OLE color: 14183719.
HSL color Cylindrical-coordinate representation of color #276DD8: hue angle of 216.27º 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 #276DD8 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 109 | 216 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.15 |
| HSL | 216.27º | 0.69% | 0.5% | - |
| HSV(B) | 216.27º | 0.82% | 0.85% | - |
| XYZ | 18.7 | 16.33 | 67.13 | - |
| YUV | 100.27 | 193.31 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 216 | 0.82 | 0.50 | 0 | 0.15 | 216.27 | 0.69 | 0.5 |
| Hex | 27 | 6D | D8 | 52 | 32 | 0 | F | D8 | 45 | 32 |
| Octal | 47 | 155 | 330 | 122 | 62 | 0 | 17 | 330 | 105 | 62 |
| Binary | 100111 | 1101101 | 11011000 | 1010010 | 110010 | 0 | 1111 | 11011000 | 1000101 | 110010 |
Color Harmonies of #276DD8
Complementary color
Monochromatic Colors of #276DD8
Black with #276DD8
Text Example
Text Example
White with #276DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DD8; }
p { color: rgb(39,109,216); }
H1.HeaderClassName
{
color: #276DD8;
}
.AnyTagClassName
{
color: #276DD8;
}
</style>
background-color css
<style>
a { background-color: #276DD8; }
a { background-color: rgb(39,109,216); }
div.DivClassName
{
background-color: #276DD8;
}
.BgClassName
{
background-color: #276DD8;
}
</style>
border-color css
<style>
span { border-color: #276DD8; }
span { border-color: rgb(39,109,216); }
td.TdClassName
{
border-color: #276DD8;
}
.TagClassName
{
border-color: #276DD8;
}
</style>