Shades of Royal Blue #276EEA
Tints of Royal Blue #276EEA
RGB
CMYK
RGB Variations
Color information
#276EEA (or 0x276EEA) is known color: Royal Blue. HEX triplet: 27, 6E and EA. RGB value is (39,110,234). Sum of RGB (Red+Green+Blue) = 39+110+234=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #276EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276EEA is #D89115. Grayscale: #666666. Windows color (decimal): -14192918 or 15363623. OLE color: 15363623.
HSL color Cylindrical-coordinate representation of color #276EEA: hue angle of 218.15º 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 #276EEA is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 110 | 234 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.08 |
| HSL | 218.15º | 0.82% | 0.54% | - |
| HSV(B) | 218.15º | 0.83% | 0.92% | - |
| XYZ | 21.26 | 17.52 | 80.1 | - |
| YUV | 102.91 | 201.98 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 234 | 0.83 | 0.53 | 0 | 0.08 | 218.15 | 0.82 | 0.54 |
| Hex | 27 | 6E | EA | 53 | 35 | 0 | 8 | DA | 52 | 36 |
| Octal | 47 | 156 | 352 | 123 | 65 | 0 | 10 | 332 | 122 | 66 |
| Binary | 100111 | 1101110 | 11101010 | 1010011 | 110101 | 0 | 1000 | 11011010 | 1010010 | 110110 |
Color Harmonies of #276EEA
Complementary color
Monochromatic Colors of #276EEA
Black with #276EEA
Text Example
Text Example
White with #276EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276EEA; }
p { color: rgb(39,110,234); }
H1.HeaderClassName
{
color: #276EEA;
}
.AnyTagClassName
{
color: #276EEA;
}
</style>
background-color css
<style>
a { background-color: #276EEA; }
a { background-color: rgb(39,110,234); }
div.DivClassName
{
background-color: #276EEA;
}
.BgClassName
{
background-color: #276EEA;
}
</style>
border-color css
<style>
span { border-color: #276EEA; }
span { border-color: rgb(39,110,234); }
td.TdClassName
{
border-color: #276EEA;
}
.TagClassName
{
border-color: #276EEA;
}
</style>