Shades of Royal Blue #2C6EDB
Tints of Royal Blue #2C6EDB
RGB
CMYK
RGB Variations
Color information
#2C6EDB (or 0x2C6EDB) is known color: Royal Blue. HEX triplet: 2C, 6E and DB. RGB value is (44,110,219). Sum of RGB (Red+Green+Blue) = 44+110+219=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C6EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6EDB is #D39124. Grayscale: #666666. Windows color (decimal): -13865253 or 14380588. OLE color: 14380588.
HSL color Cylindrical-coordinate representation of color #2C6EDB: hue angle of 217.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C6EDB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 110 | 219 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.14 |
| HSL | 217.37º | 0.71% | 0.52% | - |
| HSV(B) | 217.37º | 0.8% | 0.86% | - |
| XYZ | 19.4 | 16.8 | 69.24 | - |
| YUV | 102.69 | 193.63 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 110 | 219 | 0.80 | 0.50 | 0 | 0.14 | 217.37 | 0.71 | 0.52 |
| Hex | 2C | 6E | DB | 50 | 32 | 0 | E | D9 | 47 | 34 |
| Octal | 54 | 156 | 333 | 120 | 62 | 0 | 16 | 331 | 107 | 64 |
| Binary | 101100 | 1101110 | 11011011 | 1010000 | 110010 | 0 | 1110 | 11011001 | 1000111 | 110100 |
Color Harmonies of #2C6EDB
Complementary color
Monochromatic Colors of #2C6EDB
Black with #2C6EDB
Text Example
Text Example
White with #2C6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6EDB; }
p { color: rgb(44,110,219); }
H1.HeaderClassName
{
color: #2C6EDB;
}
.AnyTagClassName
{
color: #2C6EDB;
}
</style>
background-color css
<style>
a { background-color: #2C6EDB; }
a { background-color: rgb(44,110,219); }
div.DivClassName
{
background-color: #2C6EDB;
}
.BgClassName
{
background-color: #2C6EDB;
}
</style>
border-color css
<style>
span { border-color: #2C6EDB; }
span { border-color: rgb(44,110,219); }
td.TdClassName
{
border-color: #2C6EDB;
}
.TagClassName
{
border-color: #2C6EDB;
}
</style>