Shades of Royal Blue #276CEE
Tints of Royal Blue #276CEE
RGB
CMYK
RGB Variations
Color information
#276CEE (or 0x276CEE) is known color: Royal Blue. HEX triplet: 27, 6C and EE. RGB value is (39,108,238). Sum of RGB (Red+Green+Blue) = 39+108+238=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #276CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276CEE is #D89311. Grayscale: #656565. Windows color (decimal): -14193426 or 15625255. OLE color: 15625255.
HSL color Cylindrical-coordinate representation of color #276CEE: hue angle of 219.2º 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 #276CEE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 108 | 238 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.07 |
| HSL | 219.2º | 0.85% | 0.54% | - |
| HSV(B) | 219.2º | 0.84% | 0.93% | - |
| XYZ | 21.63 | 17.33 | 83.09 | - |
| YUV | 102.19 | 204.64 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 238 | 0.84 | 0.55 | 0 | 0.07 | 219.2 | 0.85 | 0.54 |
| Hex | 27 | 6C | EE | 54 | 37 | 0 | 7 | DB | 55 | 36 |
| Octal | 47 | 154 | 356 | 124 | 67 | 0 | 7 | 333 | 125 | 66 |
| Binary | 100111 | 1101100 | 11101110 | 1010100 | 110111 | 0 | 111 | 11011011 | 1010101 | 110110 |
Color Harmonies of #276CEE
Complementary color
Monochromatic Colors of #276CEE
Black with #276CEE
Text Example
Text Example
White with #276CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276CEE; }
p { color: rgb(39,108,238); }
H1.HeaderClassName
{
color: #276CEE;
}
.AnyTagClassName
{
color: #276CEE;
}
</style>
background-color css
<style>
a { background-color: #276CEE; }
a { background-color: rgb(39,108,238); }
div.DivClassName
{
background-color: #276CEE;
}
.BgClassName
{
background-color: #276CEE;
}
</style>
border-color css
<style>
span { border-color: #276CEE; }
span { border-color: rgb(39,108,238); }
td.TdClassName
{
border-color: #276CEE;
}
.TagClassName
{
border-color: #276CEE;
}
</style>