Shades of Royal Blue #276ADB
Tints of Royal Blue #276ADB
RGB
CMYK
RGB Variations
Color information
#276ADB (or 0x276ADB) is known color: Royal Blue. HEX triplet: 27, 6A and DB. RGB value is (39,106,219). Sum of RGB (Red+Green+Blue) = 39+106+219=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #276ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ADB is #D89524. Grayscale: #626262. Windows color (decimal): -14193957 or 14379559. OLE color: 14379559.
HSL color Cylindrical-coordinate representation of color #276ADB: hue angle of 217.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276ADB is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 106 | 219 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.14 |
| HSL | 217.67º | 0.71% | 0.51% | - |
| HSV(B) | 217.67º | 0.82% | 0.86% | - |
| XYZ | 18.78 | 15.85 | 69.09 | - |
| YUV | 98.85 | 195.8 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 219 | 0.82 | 0.52 | 0 | 0.14 | 217.67 | 0.71 | 0.51 |
| Hex | 27 | 6A | DB | 52 | 34 | 0 | E | DA | 47 | 33 |
| Octal | 47 | 152 | 333 | 122 | 64 | 0 | 16 | 332 | 107 | 63 |
| Binary | 100111 | 1101010 | 11011011 | 1010010 | 110100 | 0 | 1110 | 11011010 | 1000111 | 110011 |
Color Harmonies of #276ADB
Complementary color
Monochromatic Colors of #276ADB
Black with #276ADB
Text Example
Text Example
White with #276ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276ADB; }
p { color: rgb(39,106,219); }
H1.HeaderClassName
{
color: #276ADB;
}
.AnyTagClassName
{
color: #276ADB;
}
</style>
background-color css
<style>
a { background-color: #276ADB; }
a { background-color: rgb(39,106,219); }
div.DivClassName
{
background-color: #276ADB;
}
.BgClassName
{
background-color: #276ADB;
}
</style>
border-color css
<style>
span { border-color: #276ADB; }
span { border-color: rgb(39,106,219); }
td.TdClassName
{
border-color: #276ADB;
}
.TagClassName
{
border-color: #276ADB;
}
</style>