Shades of Royal Blue #2C6CDB
Tints of Royal Blue #2C6CDB
RGB
CMYK
RGB Variations
Color information
#2C6CDB (or 0x2C6CDB) is known color: Royal Blue. HEX triplet: 2C, 6C and DB. RGB value is (44,108,219). Sum of RGB (Red+Green+Blue) = 44+108+219=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C6CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6CDB is #D39324. Grayscale: #656565. Windows color (decimal): -13865765 or 14380076. OLE color: 14380076.
HSL color Cylindrical-coordinate representation of color #2C6CDB: hue angle of 218.06º 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 #2C6CDB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 108 | 219 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.14 |
| HSL | 218.06º | 0.71% | 0.52% | - |
| HSV(B) | 218.06º | 0.8% | 0.86% | - |
| XYZ | 19.19 | 16.38 | 69.17 | - |
| YUV | 101.52 | 194.3 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 108 | 219 | 0.80 | 0.51 | 0 | 0.14 | 218.06 | 0.71 | 0.52 |
| Hex | 2C | 6C | DB | 50 | 33 | 0 | E | DA | 47 | 34 |
| Octal | 54 | 154 | 333 | 120 | 63 | 0 | 16 | 332 | 107 | 64 |
| Binary | 101100 | 1101100 | 11011011 | 1010000 | 110011 | 0 | 1110 | 11011010 | 1000111 | 110100 |
Color Harmonies of #2C6CDB
Complementary color
Monochromatic Colors of #2C6CDB
Black with #2C6CDB
Text Example
Text Example
White with #2C6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6CDB; }
p { color: rgb(44,108,219); }
H1.HeaderClassName
{
color: #2C6CDB;
}
.AnyTagClassName
{
color: #2C6CDB;
}
</style>
background-color css
<style>
a { background-color: #2C6CDB; }
a { background-color: rgb(44,108,219); }
div.DivClassName
{
background-color: #2C6CDB;
}
.BgClassName
{
background-color: #2C6CDB;
}
</style>
border-color css
<style>
span { border-color: #2C6CDB; }
span { border-color: rgb(44,108,219); }
td.TdClassName
{
border-color: #2C6CDB;
}
.TagClassName
{
border-color: #2C6CDB;
}
</style>