Shades of Royal Blue #2C4EE8
Tints of Royal Blue #2C4EE8
RGB
CMYK
RGB Variations
Color information
#2C4EE8 (or 0x2C4EE8) is known color: Royal Blue. HEX triplet: 2C, 4E and E8. RGB value is (44,78,232). Sum of RGB (Red+Green+Blue) = 44+78+232=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 232 (91.02% from 255 or 65.54% from 354); Max value from RGB is 232 - color contains mainly: blue. Hex color #2C4EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C4EE8 is #D3B117. Grayscale: #545454. Windows color (decimal): -13873432 or 15224364. OLE color: 15224364.
HSL color Cylindrical-coordinate representation of color #2C4EE8: hue angle of 229.15º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C4EE8 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 78 | 232 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.09 |
| HSL | 229.15º | 0.8% | 0.54% | - |
| HSV(B) | 229.15º | 0.81% | 0.91% | - |
| XYZ | 18.33 | 11.81 | 77.66 | - |
| YUV | 85.39 | 210.74 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 232 | 0.81 | 0.66 | 0 | 0.09 | 229.15 | 0.8 | 0.54 |
| Hex | 2C | 4E | E8 | 51 | 42 | 0 | 9 | E5 | 50 | 36 |
| Octal | 54 | 116 | 350 | 121 | 102 | 0 | 11 | 345 | 120 | 66 |
| Binary | 101100 | 1001110 | 11101000 | 1010001 | 1000010 | 0 | 1001 | 11100101 | 1010000 | 110110 |
Color Harmonies of #2C4EE8
Complementary color
Monochromatic Colors of #2C4EE8
Black with #2C4EE8
Text Example
Text Example
White with #2C4EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4EE8; }
p { color: rgb(44,78,232); }
H1.HeaderClassName
{
color: #2C4EE8;
}
.AnyTagClassName
{
color: #2C4EE8;
}
</style>
background-color css
<style>
a { background-color: #2C4EE8; }
a { background-color: rgb(44,78,232); }
div.DivClassName
{
background-color: #2C4EE8;
}
.BgClassName
{
background-color: #2C4EE8;
}
</style>
border-color css
<style>
span { border-color: #2C4EE8; }
span { border-color: rgb(44,78,232); }
td.TdClassName
{
border-color: #2C4EE8;
}
.TagClassName
{
border-color: #2C4EE8;
}
</style>