Shades of Royal Blue #2C5DED
Tints of Royal Blue #2C5DED
RGB
CMYK
RGB Variations
Color information
#2C5DED (or 0x2C5DED) is known color: Royal Blue. HEX triplet: 2C, 5D and ED. RGB value is (44,93,237). Sum of RGB (Red+Green+Blue) = 44+93+237=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #2C5DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5DED is #D3A212. Grayscale: #5E5E5E. Windows color (decimal): -13869587 or 15555884. OLE color: 15555884.
HSL color Cylindrical-coordinate representation of color #2C5DED: hue angle of 224.77º degrees, saturation: 0.84, 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 #2C5DED is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 93 | 237 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.07 |
| HSL | 224.77º | 0.84% | 0.55% | - |
| HSV(B) | 224.77º | 0.81% | 0.93% | - |
| XYZ | 20.24 | 14.48 | 81.85 | - |
| YUV | 94.77 | 208.27 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 93 | 237 | 0.81 | 0.61 | 0 | 0.07 | 224.77 | 0.84 | 0.55 |
| Hex | 2C | 5D | ED | 51 | 3D | 0 | 7 | E1 | 54 | 37 |
| Octal | 54 | 135 | 355 | 121 | 75 | 0 | 7 | 341 | 124 | 67 |
| Binary | 101100 | 1011101 | 11101101 | 1010001 | 111101 | 0 | 111 | 11100001 | 1010100 | 110111 |
Color Harmonies of #2C5DED
Complementary color
Monochromatic Colors of #2C5DED
Black with #2C5DED
Text Example
Text Example
White with #2C5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5DED; }
p { color: rgb(44,93,237); }
H1.HeaderClassName
{
color: #2C5DED;
}
.AnyTagClassName
{
color: #2C5DED;
}
</style>
background-color css
<style>
a { background-color: #2C5DED; }
a { background-color: rgb(44,93,237); }
div.DivClassName
{
background-color: #2C5DED;
}
.BgClassName
{
background-color: #2C5DED;
}
</style>
border-color css
<style>
span { border-color: #2C5DED; }
span { border-color: rgb(44,93,237); }
td.TdClassName
{
border-color: #2C5DED;
}
.TagClassName
{
border-color: #2C5DED;
}
</style>