Shades of Royal Blue #276EE0
Tints of Royal Blue #276EE0
RGB
CMYK
RGB Variations
Color information
#276EE0 (or 0x276EE0) is known color: Royal Blue. HEX triplet: 27, 6E and E0. RGB value is (39,110,224). Sum of RGB (Red+Green+Blue) = 39+110+224=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #276EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276EE0 is #D8911F. Grayscale: #656565. Windows color (decimal): -14192928 or 14708263. OLE color: 14708263.
HSL color Cylindrical-coordinate representation of color #276EE0: hue angle of 216.97º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #276EE0 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 110 | 224 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.12 |
| HSL | 216.97º | 0.75% | 0.52% | - |
| HSV(B) | 216.97º | 0.83% | 0.88% | - |
| XYZ | 19.87 | 16.97 | 72.75 | - |
| YUV | 101.77 | 196.98 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 224 | 0.83 | 0.51 | 0 | 0.12 | 216.97 | 0.75 | 0.52 |
| Hex | 27 | 6E | E0 | 53 | 33 | 0 | C | D9 | 4B | 34 |
| Octal | 47 | 156 | 340 | 123 | 63 | 0 | 14 | 331 | 113 | 64 |
| Binary | 100111 | 1101110 | 11100000 | 1010011 | 110011 | 0 | 1100 | 11011001 | 1001011 | 110100 |
Color Harmonies of #276EE0
Complementary color
Monochromatic Colors of #276EE0
Black with #276EE0
Text Example
Text Example
White with #276EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276EE0; }
p { color: rgb(39,110,224); }
H1.HeaderClassName
{
color: #276EE0;
}
.AnyTagClassName
{
color: #276EE0;
}
</style>
background-color css
<style>
a { background-color: #276EE0; }
a { background-color: rgb(39,110,224); }
div.DivClassName
{
background-color: #276EE0;
}
.BgClassName
{
background-color: #276EE0;
}
</style>
border-color css
<style>
span { border-color: #276EE0; }
span { border-color: rgb(39,110,224); }
td.TdClassName
{
border-color: #276EE0;
}
.TagClassName
{
border-color: #276EE0;
}
</style>