Shades of Royal Blue #2C5ED9
Tints of Royal Blue #2C5ED9
RGB
CMYK
RGB Variations
Color information
#2C5ED9 (or 0x2C5ED9) is known color: Royal Blue. HEX triplet: 2C, 5E and D9. RGB value is (44,94,217). Sum of RGB (Red+Green+Blue) = 44+94+217=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 217 (85.16% from 255 or 61.13% from 355); Max value from RGB is 217 - color contains mainly: blue. Hex color #2C5ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5ED9 is #D3A126. Grayscale: #5C5C5C. Windows color (decimal): -13869351 or 14245420. OLE color: 14245420.
HSL color Cylindrical-coordinate representation of color #2C5ED9: hue angle of 222.66º 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 #2C5ED9 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 94 | 217 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.15 |
| HSL | 222.66º | 0.69% | 0.51% | - |
| HSV(B) | 222.66º | 0.8% | 0.85% | - |
| XYZ | 17.57 | 13.55 | 67.34 | - |
| YUV | 93.07 | 197.94 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 94 | 217 | 0.80 | 0.57 | 0 | 0.15 | 222.66 | 0.69 | 0.51 |
| Hex | 2C | 5E | D9 | 50 | 39 | 0 | F | DF | 45 | 33 |
| Octal | 54 | 136 | 331 | 120 | 71 | 0 | 17 | 337 | 105 | 63 |
| Binary | 101100 | 1011110 | 11011001 | 1010000 | 111001 | 0 | 1111 | 11011111 | 1000101 | 110011 |
Color Harmonies of #2C5ED9
Complementary color
Monochromatic Colors of #2C5ED9
Black with #2C5ED9
Text Example
Text Example
White with #2C5ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5ED9; }
p { color: rgb(44,94,217); }
H1.HeaderClassName
{
color: #2C5ED9;
}
.AnyTagClassName
{
color: #2C5ED9;
}
</style>
background-color css
<style>
a { background-color: #2C5ED9; }
a { background-color: rgb(44,94,217); }
div.DivClassName
{
background-color: #2C5ED9;
}
.BgClassName
{
background-color: #2C5ED9;
}
</style>
border-color css
<style>
span { border-color: #2C5ED9; }
span { border-color: rgb(44,94,217); }
td.TdClassName
{
border-color: #2C5ED9;
}
.TagClassName
{
border-color: #2C5ED9;
}
</style>