Shades of Royal Blue #2C5CE9
Tints of Royal Blue #2C5CE9
RGB
CMYK
RGB Variations
Color information
#2C5CE9 (or 0x2C5CE9) is known color: Royal Blue. HEX triplet: 2C, 5C and E9. RGB value is (44,92,233). Sum of RGB (Red+Green+Blue) = 44+92+233=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 233 (91.41% from 255 or 63.14% from 369); Max value from RGB is 233 - color contains mainly: blue. Hex color #2C5CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5CE9 is #D3A316. Grayscale: #5D5D5D. Windows color (decimal): -13869847 or 15293484. OLE color: 15293484.
HSL color Cylindrical-coordinate representation of color #2C5CE9: hue angle of 224.76º degrees, saturation: 0.81, 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 #2C5CE9 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 92 | 233 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.09 |
| HSL | 224.76º | 0.81% | 0.54% | - |
| HSV(B) | 224.76º | 0.81% | 0.91% | - |
| XYZ | 19.57 | 14.07 | 78.78 | - |
| YUV | 93.72 | 206.6 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 233 | 0.81 | 0.61 | 0 | 0.09 | 224.76 | 0.81 | 0.54 |
| Hex | 2C | 5C | E9 | 51 | 3D | 0 | 9 | E1 | 51 | 36 |
| Octal | 54 | 134 | 351 | 121 | 75 | 0 | 11 | 341 | 121 | 66 |
| Binary | 101100 | 1011100 | 11101001 | 1010001 | 111101 | 0 | 1001 | 11100001 | 1010001 | 110110 |
Color Harmonies of #2C5CE9
Complementary color
Monochromatic Colors of #2C5CE9
Black with #2C5CE9
Text Example
Text Example
White with #2C5CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5CE9; }
p { color: rgb(44,92,233); }
H1.HeaderClassName
{
color: #2C5CE9;
}
.AnyTagClassName
{
color: #2C5CE9;
}
</style>
background-color css
<style>
a { background-color: #2C5CE9; }
a { background-color: rgb(44,92,233); }
div.DivClassName
{
background-color: #2C5CE9;
}
.BgClassName
{
background-color: #2C5CE9;
}
</style>
border-color css
<style>
span { border-color: #2C5CE9; }
span { border-color: rgb(44,92,233); }
td.TdClassName
{
border-color: #2C5CE9;
}
.TagClassName
{
border-color: #2C5CE9;
}
</style>