Shades of Royal Blue #2C75E8
Tints of Royal Blue #2C75E8
RGB
CMYK
RGB Variations
Color information
#2C75E8 (or 0x2C75E8) is known color: Royal Blue. HEX triplet: 2C, 75 and E8. RGB value is (44,117,232). Sum of RGB (Red+Green+Blue) = 44+117+232=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 232 (91.02% from 255 or 59.03% from 393); Max value from RGB is 232 - color contains mainly: blue. Hex color #2C75E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C75E8 is #D38A17. Grayscale: #6B6B6B. Windows color (decimal): -13863448 or 15234348. OLE color: 15234348.
HSL color Cylindrical-coordinate representation of color #2C75E8: hue angle of 216.7º 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 #2C75E8 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 117 | 232 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.09 |
| HSL | 216.7º | 0.8% | 0.54% | - |
| HSV(B) | 216.7º | 0.81% | 0.91% | - |
| XYZ | 21.97 | 19.08 | 78.87 | - |
| YUV | 108.28 | 197.82 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 117 | 232 | 0.81 | 0.50 | 0 | 0.09 | 216.7 | 0.8 | 0.54 |
| Hex | 2C | 75 | E8 | 51 | 32 | 0 | 9 | D9 | 50 | 36 |
| Octal | 54 | 165 | 350 | 121 | 62 | 0 | 11 | 331 | 120 | 66 |
| Binary | 101100 | 1110101 | 11101000 | 1010001 | 110010 | 0 | 1001 | 11011001 | 1010000 | 110110 |
Color Harmonies of #2C75E8
Complementary color
Monochromatic Colors of #2C75E8
Black with #2C75E8
Text Example
Text Example
White with #2C75E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C75E8; }
p { color: rgb(44,117,232); }
H1.HeaderClassName
{
color: #2C75E8;
}
.AnyTagClassName
{
color: #2C75E8;
}
</style>
background-color css
<style>
a { background-color: #2C75E8; }
a { background-color: rgb(44,117,232); }
div.DivClassName
{
background-color: #2C75E8;
}
.BgClassName
{
background-color: #2C75E8;
}
</style>
border-color css
<style>
span { border-color: #2C75E8; }
span { border-color: rgb(44,117,232); }
td.TdClassName
{
border-color: #2C75E8;
}
.TagClassName
{
border-color: #2C75E8;
}
</style>