Shades of Royal Blue #276EED
Tints of Royal Blue #276EED
RGB
CMYK
RGB Variations
Color information
#276EED (or 0x276EED) is known color: Royal Blue. HEX triplet: 27, 6E and ED. RGB value is (39,110,237). Sum of RGB (Red+Green+Blue) = 39+110+237=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #276EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276EED is #D89112. Grayscale: #666666. Windows color (decimal): -14192915 or 15560231. OLE color: 15560231.
HSL color Cylindrical-coordinate representation of color #276EED: hue angle of 218.48º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276EED is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 110 | 237 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.07 |
| HSL | 218.48º | 0.85% | 0.54% | - |
| HSV(B) | 218.48º | 0.84% | 0.93% | - |
| XYZ | 21.7 | 17.7 | 82.39 | - |
| YUV | 103.25 | 203.48 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 237 | 0.84 | 0.54 | 0 | 0.07 | 218.48 | 0.85 | 0.54 |
| Hex | 27 | 6E | ED | 54 | 36 | 0 | 7 | DA | 55 | 36 |
| Octal | 47 | 156 | 355 | 124 | 66 | 0 | 7 | 332 | 125 | 66 |
| Binary | 100111 | 1101110 | 11101101 | 1010100 | 110110 | 0 | 111 | 11011010 | 1010101 | 110110 |
Color Harmonies of #276EED
Complementary color
Monochromatic Colors of #276EED
Black with #276EED
Text Example
Text Example
White with #276EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276EED; }
p { color: rgb(39,110,237); }
H1.HeaderClassName
{
color: #276EED;
}
.AnyTagClassName
{
color: #276EED;
}
</style>
background-color css
<style>
a { background-color: #276EED; }
a { background-color: rgb(39,110,237); }
div.DivClassName
{
background-color: #276EED;
}
.BgClassName
{
background-color: #276EED;
}
</style>
border-color css
<style>
span { border-color: #276EED; }
span { border-color: rgb(39,110,237); }
td.TdClassName
{
border-color: #276EED;
}
.TagClassName
{
border-color: #276EED;
}
</style>