Shades of Royal Blue #2C5EFC
Tints of Royal Blue #2C5EFC
RGB
CMYK
RGB Variations
Color information
#2C5EFC (or 0x2C5EFC) is known color: Royal Blue. HEX triplet: 2C, 5E and FC. RGB value is (44,94,252). Sum of RGB (Red+Green+Blue) = 44+94+252=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C5EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5EFC is #D3A103. Grayscale: #606060. Windows color (decimal): -13869316 or 16539180. OLE color: 16539180.
HSL color Cylindrical-coordinate representation of color #2C5EFC: hue angle of 225.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C5EFC is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 94 | 252 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.01 |
| HSL | 225.58º | 0.97% | 0.58% | - |
| HSV(B) | 225.58º | 0.83% | 0.99% | - |
| XYZ | 22.61 | 15.57 | 93.91 | - |
| YUV | 97.06 | 215.44 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 94 | 252 | 0.83 | 0.63 | 0 | 0.01 | 225.58 | 0.97 | 0.58 |
| Hex | 2C | 5E | FC | 53 | 3F | 0 | 1 | E2 | 61 | 3A |
| Octal | 54 | 136 | 374 | 123 | 77 | 0 | 1 | 342 | 141 | 72 |
| Binary | 101100 | 1011110 | 11111100 | 1010011 | 111111 | 0 | 1 | 11100010 | 1100001 | 111010 |
Color Harmonies of #2C5EFC
Complementary color
Monochromatic Colors of #2C5EFC
Black with #2C5EFC
Text Example
Text Example
White with #2C5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5EFC; }
p { color: rgb(44,94,252); }
H1.HeaderClassName
{
color: #2C5EFC;
}
.AnyTagClassName
{
color: #2C5EFC;
}
</style>
background-color css
<style>
a { background-color: #2C5EFC; }
a { background-color: rgb(44,94,252); }
div.DivClassName
{
background-color: #2C5EFC;
}
.BgClassName
{
background-color: #2C5EFC;
}
</style>
border-color css
<style>
span { border-color: #2C5EFC; }
span { border-color: rgb(44,94,252); }
td.TdClassName
{
border-color: #2C5EFC;
}
.TagClassName
{
border-color: #2C5EFC;
}
</style>