Shades of Royal Blue #2C6DDD
Tints of Royal Blue #2C6DDD
RGB
CMYK
RGB Variations
Color information
#2C6DDD (or 0x2C6DDD) is known color: Royal Blue. HEX triplet: 2C, 6D and DD. RGB value is (44,109,221). Sum of RGB (Red+Green+Blue) = 44+109+221=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6DDD is #D39222. Grayscale: #656565. Windows color (decimal): -13865507 or 14511404. OLE color: 14511404.
HSL color Cylindrical-coordinate representation of color #2C6DDD: hue angle of 217.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C6DDD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 109 | 221 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.13 |
| HSL | 217.97º | 0.72% | 0.52% | - |
| HSV(B) | 217.97º | 0.8% | 0.87% | - |
| XYZ | 19.56 | 16.69 | 70.6 | - |
| YUV | 102.33 | 194.97 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 109 | 221 | 0.80 | 0.51 | 0 | 0.13 | 217.97 | 0.72 | 0.52 |
| Hex | 2C | 6D | DD | 50 | 33 | 0 | D | DA | 48 | 34 |
| Octal | 54 | 155 | 335 | 120 | 63 | 0 | 15 | 332 | 110 | 64 |
| Binary | 101100 | 1101101 | 11011101 | 1010000 | 110011 | 0 | 1101 | 11011010 | 1001000 | 110100 |
Color Harmonies of #2C6DDD
Complementary color
Monochromatic Colors of #2C6DDD
Black with #2C6DDD
Text Example
Text Example
White with #2C6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6DDD; }
p { color: rgb(44,109,221); }
H1.HeaderClassName
{
color: #2C6DDD;
}
.AnyTagClassName
{
color: #2C6DDD;
}
</style>
background-color css
<style>
a { background-color: #2C6DDD; }
a { background-color: rgb(44,109,221); }
div.DivClassName
{
background-color: #2C6DDD;
}
.BgClassName
{
background-color: #2C6DDD;
}
</style>
border-color css
<style>
span { border-color: #2C6DDD; }
span { border-color: rgb(44,109,221); }
td.TdClassName
{
border-color: #2C6DDD;
}
.TagClassName
{
border-color: #2C6DDD;
}
</style>