Shades of Royal Blue #2C7AD9
Tints of Royal Blue #2C7AD9
RGB
CMYK
RGB Variations
Color information
#2C7AD9 (or 0x2C7AD9) is known color: Royal Blue. HEX triplet: 2C, 7A and D9. RGB value is (44,122,217). Sum of RGB (Red+Green+Blue) = 44+122+217=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #2C7AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7AD9 is #D38526. Grayscale: #6D6D6D. Windows color (decimal): -13862183 or 14252588. OLE color: 14252588.
HSL color Cylindrical-coordinate representation of color #2C7AD9: hue angle of 212.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C7AD9 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 122 | 217 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.15 |
| HSL | 212.95º | 0.69% | 0.51% | - |
| HSV(B) | 212.95º | 0.8% | 0.85% | - |
| XYZ | 20.52 | 19.46 | 68.32 | - |
| YUV | 109.51 | 188.66 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 122 | 217 | 0.80 | 0.44 | 0 | 0.15 | 212.95 | 0.69 | 0.51 |
| Hex | 2C | 7A | D9 | 50 | 2C | 0 | F | D5 | 45 | 33 |
| Octal | 54 | 172 | 331 | 120 | 54 | 0 | 17 | 325 | 105 | 63 |
| Binary | 101100 | 1111010 | 11011001 | 1010000 | 101100 | 0 | 1111 | 11010101 | 1000101 | 110011 |
Color Harmonies of #2C7AD9
Complementary color
Monochromatic Colors of #2C7AD9
Black with #2C7AD9
Text Example
Text Example
White with #2C7AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7AD9; }
p { color: rgb(44,122,217); }
H1.HeaderClassName
{
color: #2C7AD9;
}
.AnyTagClassName
{
color: #2C7AD9;
}
</style>
background-color css
<style>
a { background-color: #2C7AD9; }
a { background-color: rgb(44,122,217); }
div.DivClassName
{
background-color: #2C7AD9;
}
.BgClassName
{
background-color: #2C7AD9;
}
</style>
border-color css
<style>
span { border-color: #2C7AD9; }
span { border-color: rgb(44,122,217); }
td.TdClassName
{
border-color: #2C7AD9;
}
.TagClassName
{
border-color: #2C7AD9;
}
</style>