Shades of Royal Blue #2C73EC
Tints of Royal Blue #2C73EC
RGB
CMYK
RGB Variations
Color information
#2C73EC (or 0x2C73EC) is known color: Royal Blue. HEX triplet: 2C, 73 and EC. RGB value is (44,115,236). Sum of RGB (Red+Green+Blue) = 44+115+236=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C73EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C73EC is #D38C13. Grayscale: #6B6B6B. Windows color (decimal): -13863956 or 15495980. OLE color: 15495980.
HSL color Cylindrical-coordinate representation of color #2C73EC: hue angle of 217.81º 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 #2C73EC is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 115 | 236 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.07 |
| HSL | 217.81º | 0.83% | 0.55% | - |
| HSV(B) | 217.81º | 0.81% | 0.93% | - |
| XYZ | 22.31 | 18.85 | 81.82 | - |
| YUV | 107.57 | 200.48 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 115 | 236 | 0.81 | 0.51 | 0 | 0.07 | 217.81 | 0.83 | 0.55 |
| Hex | 2C | 73 | EC | 51 | 33 | 0 | 7 | DA | 53 | 37 |
| Octal | 54 | 163 | 354 | 121 | 63 | 0 | 7 | 332 | 123 | 67 |
| Binary | 101100 | 1110011 | 11101100 | 1010001 | 110011 | 0 | 111 | 11011010 | 1010011 | 110111 |
Color Harmonies of #2C73EC
Complementary color
Monochromatic Colors of #2C73EC
Black with #2C73EC
Text Example
Text Example
White with #2C73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C73EC; }
p { color: rgb(44,115,236); }
H1.HeaderClassName
{
color: #2C73EC;
}
.AnyTagClassName
{
color: #2C73EC;
}
</style>
background-color css
<style>
a { background-color: #2C73EC; }
a { background-color: rgb(44,115,236); }
div.DivClassName
{
background-color: #2C73EC;
}
.BgClassName
{
background-color: #2C73EC;
}
</style>
border-color css
<style>
span { border-color: #2C73EC; }
span { border-color: rgb(44,115,236); }
td.TdClassName
{
border-color: #2C73EC;
}
.TagClassName
{
border-color: #2C73EC;
}
</style>