Shades of Royal Blue #2C5DEE
Tints of Royal Blue #2C5DEE
RGB
CMYK
RGB Variations
Color information
#2C5DEE (or 0x2C5DEE) is known color: Royal Blue. HEX triplet: 2C, 5D and EE. RGB value is (44,93,238). Sum of RGB (Red+Green+Blue) = 44+93+238=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C5DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5DEE is #D3A211. Grayscale: #5E5E5E. Windows color (decimal): -13869586 or 15621420. OLE color: 15621420.
HSL color Cylindrical-coordinate representation of color #2C5DEE: hue angle of 224.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C5DEE is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 93 | 238 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.07 |
| HSL | 224.85º | 0.85% | 0.55% | - |
| HSV(B) | 224.85º | 0.82% | 0.93% | - |
| XYZ | 20.39 | 14.54 | 82.62 | - |
| YUV | 94.88 | 208.77 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 93 | 238 | 0.82 | 0.61 | 0 | 0.07 | 224.85 | 0.85 | 0.55 |
| Hex | 2C | 5D | EE | 52 | 3D | 0 | 7 | E1 | 55 | 37 |
| Octal | 54 | 135 | 356 | 122 | 75 | 0 | 7 | 341 | 125 | 67 |
| Binary | 101100 | 1011101 | 11101110 | 1010010 | 111101 | 0 | 111 | 11100001 | 1010101 | 110111 |
Color Harmonies of #2C5DEE
Complementary color
Monochromatic Colors of #2C5DEE
Black with #2C5DEE
Text Example
Text Example
White with #2C5DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5DEE; }
p { color: rgb(44,93,238); }
H1.HeaderClassName
{
color: #2C5DEE;
}
.AnyTagClassName
{
color: #2C5DEE;
}
</style>
background-color css
<style>
a { background-color: #2C5DEE; }
a { background-color: rgb(44,93,238); }
div.DivClassName
{
background-color: #2C5DEE;
}
.BgClassName
{
background-color: #2C5DEE;
}
</style>
border-color css
<style>
span { border-color: #2C5DEE; }
span { border-color: rgb(44,93,238); }
td.TdClassName
{
border-color: #2C5DEE;
}
.TagClassName
{
border-color: #2C5DEE;
}
</style>