Shades of Royal Blue #276CEA
Tints of Royal Blue #276CEA
RGB
CMYK
RGB Variations
Color information
#276CEA (or 0x276CEA) is known color: Royal Blue. HEX triplet: 27, 6C and EA. RGB value is (39,108,234). Sum of RGB (Red+Green+Blue) = 39+108+234=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #276CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276CEA is #D89315. Grayscale: #656565. Windows color (decimal): -14193430 or 15363111. OLE color: 15363111.
HSL color Cylindrical-coordinate representation of color #276CEA: hue angle of 218.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #276CEA is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 108 | 234 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.08 |
| HSL | 218.77º | 0.82% | 0.54% | - |
| HSV(B) | 218.77º | 0.83% | 0.92% | - |
| XYZ | 21.05 | 17.1 | 80.03 | - |
| YUV | 101.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 234 | 0.83 | 0.54 | 0 | 0.08 | 218.77 | 0.82 | 0.54 |
| Hex | 27 | 6C | EA | 53 | 36 | 0 | 8 | DB | 52 | 36 |
| Octal | 47 | 154 | 352 | 123 | 66 | 0 | 10 | 333 | 122 | 66 |
| Binary | 100111 | 1101100 | 11101010 | 1010011 | 110110 | 0 | 1000 | 11011011 | 1010010 | 110110 |
Color Harmonies of #276CEA
Complementary color
Monochromatic Colors of #276CEA
Black with #276CEA
Text Example
Text Example
White with #276CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276CEA; }
p { color: rgb(39,108,234); }
H1.HeaderClassName
{
color: #276CEA;
}
.AnyTagClassName
{
color: #276CEA;
}
</style>
background-color css
<style>
a { background-color: #276CEA; }
a { background-color: rgb(39,108,234); }
div.DivClassName
{
background-color: #276CEA;
}
.BgClassName
{
background-color: #276CEA;
}
</style>
border-color css
<style>
span { border-color: #276CEA; }
span { border-color: rgb(39,108,234); }
td.TdClassName
{
border-color: #276CEA;
}
.TagClassName
{
border-color: #276CEA;
}
</style>