Shades of Royal Blue #276ADE
Tints of Royal Blue #276ADE
RGB
CMYK
RGB Variations
Color information
#276ADE (or 0x276ADE) is known color: Royal Blue. HEX triplet: 27, 6A and DE. RGB value is (39,106,222). Sum of RGB (Red+Green+Blue) = 39+106+222=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #276ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ADE is #D89521. Grayscale: #626262. Windows color (decimal): -14193954 or 14576167. OLE color: 14576167.
HSL color Cylindrical-coordinate representation of color #276ADE: hue angle of 218.03º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276ADE is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 106 | 222 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.13 |
| HSL | 218.03º | 0.73% | 0.51% | - |
| HSV(B) | 218.03º | 0.82% | 0.87% | - |
| XYZ | 19.18 | 16.01 | 71.19 | - |
| YUV | 99.19 | 197.3 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 222 | 0.82 | 0.52 | 0 | 0.13 | 218.03 | 0.73 | 0.51 |
| Hex | 27 | 6A | DE | 52 | 34 | 0 | D | DA | 49 | 33 |
| Octal | 47 | 152 | 336 | 122 | 64 | 0 | 15 | 332 | 111 | 63 |
| Binary | 100111 | 1101010 | 11011110 | 1010010 | 110100 | 0 | 1101 | 11011010 | 1001001 | 110011 |
Color Harmonies of #276ADE
Complementary color
Monochromatic Colors of #276ADE
Black with #276ADE
Text Example
Text Example
White with #276ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276ADE; }
p { color: rgb(39,106,222); }
H1.HeaderClassName
{
color: #276ADE;
}
.AnyTagClassName
{
color: #276ADE;
}
</style>
background-color css
<style>
a { background-color: #276ADE; }
a { background-color: rgb(39,106,222); }
div.DivClassName
{
background-color: #276ADE;
}
.BgClassName
{
background-color: #276ADE;
}
</style>
border-color css
<style>
span { border-color: #276ADE; }
span { border-color: rgb(39,106,222); }
td.TdClassName
{
border-color: #276ADE;
}
.TagClassName
{
border-color: #276ADE;
}
</style>