Shades of Royal Blue #2C6AE4
Tints of Royal Blue #2C6AE4
RGB
CMYK
RGB Variations
Color information
#2C6AE4 (or 0x2C6AE4) is known color: Royal Blue. HEX triplet: 2C, 6A and E4. RGB value is (44,106,228). Sum of RGB (Red+Green+Blue) = 44+106+228=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 228 (89.45% from 255 or 60.32% from 378); Max value from RGB is 228 - color contains mainly: blue. Hex color #2C6AE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6AE4 is #D3951B. Grayscale: #646464. Windows color (decimal): -13866268 or 14969388. OLE color: 14969388.
HSL color Cylindrical-coordinate representation of color #2C6AE4: hue angle of 219.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C6AE4 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 106 | 228 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.11 |
| HSL | 219.78º | 0.77% | 0.53% | - |
| HSV(B) | 219.78º | 0.81% | 0.89% | - |
| XYZ | 20.2 | 16.44 | 75.51 | - |
| YUV | 101.37 | 199.46 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 106 | 228 | 0.81 | 0.54 | 0 | 0.11 | 219.78 | 0.77 | 0.53 |
| Hex | 2C | 6A | E4 | 51 | 36 | 0 | B | DC | 4D | 35 |
| Octal | 54 | 152 | 344 | 121 | 66 | 0 | 13 | 334 | 115 | 65 |
| Binary | 101100 | 1101010 | 11100100 | 1010001 | 110110 | 0 | 1011 | 11011100 | 1001101 | 110101 |
Color Harmonies of #2C6AE4
Complementary color
Monochromatic Colors of #2C6AE4
Black with #2C6AE4
Text Example
Text Example
White with #2C6AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6AE4; }
p { color: rgb(44,106,228); }
H1.HeaderClassName
{
color: #2C6AE4;
}
.AnyTagClassName
{
color: #2C6AE4;
}
</style>
background-color css
<style>
a { background-color: #2C6AE4; }
a { background-color: rgb(44,106,228); }
div.DivClassName
{
background-color: #2C6AE4;
}
.BgClassName
{
background-color: #2C6AE4;
}
</style>
border-color css
<style>
span { border-color: #2C6AE4; }
span { border-color: rgb(44,106,228); }
td.TdClassName
{
border-color: #2C6AE4;
}
.TagClassName
{
border-color: #2C6AE4;
}
</style>