Shades of Royal Blue #276DDB
Tints of Royal Blue #276DDB
RGB
CMYK
RGB Variations
Color information
#276DDB (or 0x276DDB) is known color: Royal Blue. HEX triplet: 27, 6D and DB. RGB value is (39,109,219). Sum of RGB (Red+Green+Blue) = 39+109+219=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #276DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DDB is #D89224. Grayscale: #646464. Windows color (decimal): -14193189 or 14380327. OLE color: 14380327.
HSL color Cylindrical-coordinate representation of color #276DDB: hue angle of 216.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 #276DDB is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 109 | 219 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.14 |
| HSL | 216.67º | 0.71% | 0.51% | - |
| HSV(B) | 216.67º | 0.82% | 0.86% | - |
| XYZ | 19.09 | 16.48 | 69.19 | - |
| YUV | 100.61 | 194.81 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 219 | 0.82 | 0.50 | 0 | 0.14 | 216.67 | 0.71 | 0.51 |
| Hex | 27 | 6D | DB | 52 | 32 | 0 | E | D9 | 47 | 33 |
| Octal | 47 | 155 | 333 | 122 | 62 | 0 | 16 | 331 | 107 | 63 |
| Binary | 100111 | 1101101 | 11011011 | 1010010 | 110010 | 0 | 1110 | 11011001 | 1000111 | 110011 |
Color Harmonies of #276DDB
Complementary color
Monochromatic Colors of #276DDB
Black with #276DDB
Text Example
Text Example
White with #276DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DDB; }
p { color: rgb(39,109,219); }
H1.HeaderClassName
{
color: #276DDB;
}
.AnyTagClassName
{
color: #276DDB;
}
</style>
background-color css
<style>
a { background-color: #276DDB; }
a { background-color: rgb(39,109,219); }
div.DivClassName
{
background-color: #276DDB;
}
.BgClassName
{
background-color: #276DDB;
}
</style>
border-color css
<style>
span { border-color: #276DDB; }
span { border-color: rgb(39,109,219); }
td.TdClassName
{
border-color: #276DDB;
}
.TagClassName
{
border-color: #276DDB;
}
</style>