Shades of Royal Blue #2C4FEC
Tints of Royal Blue #2C4FEC
RGB
CMYK
RGB Variations
Color information
#2C4FEC (or 0x2C4FEC) is known color: Royal Blue. HEX triplet: 2C, 4F and EC. RGB value is (44,79,236). Sum of RGB (Red+Green+Blue) = 44+79+236=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C4FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C4FEC is #D3B013. Grayscale: #555555. Windows color (decimal): -13873172 or 15486764. OLE color: 15486764.
HSL color Cylindrical-coordinate representation of color #2C4FEC: hue angle of 229.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C4FEC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 79 | 236 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.07 |
| HSL | 229.06º | 0.83% | 0.55% | - |
| HSV(B) | 229.06º | 0.81% | 0.93% | - |
| XYZ | 18.98 | 12.18 | 80.71 | - |
| YUV | 86.43 | 212.4 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 79 | 236 | 0.81 | 0.67 | 0 | 0.07 | 229.06 | 0.83 | 0.55 |
| Hex | 2C | 4F | EC | 51 | 43 | 0 | 7 | E5 | 53 | 37 |
| Octal | 54 | 117 | 354 | 121 | 103 | 0 | 7 | 345 | 123 | 67 |
| Binary | 101100 | 1001111 | 11101100 | 1010001 | 1000011 | 0 | 111 | 11100101 | 1010011 | 110111 |
Color Harmonies of #2C4FEC
Complementary color
Monochromatic Colors of #2C4FEC
Black with #2C4FEC
Text Example
Text Example
White with #2C4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4FEC; }
p { color: rgb(44,79,236); }
H1.HeaderClassName
{
color: #2C4FEC;
}
.AnyTagClassName
{
color: #2C4FEC;
}
</style>
background-color css
<style>
a { background-color: #2C4FEC; }
a { background-color: rgb(44,79,236); }
div.DivClassName
{
background-color: #2C4FEC;
}
.BgClassName
{
background-color: #2C4FEC;
}
</style>
border-color css
<style>
span { border-color: #2C4FEC; }
span { border-color: rgb(44,79,236); }
td.TdClassName
{
border-color: #2C4FEC;
}
.TagClassName
{
border-color: #2C4FEC;
}
</style>