Shades of Royal Blue #2C5BDA
Tints of Royal Blue #2C5BDA
RGB
CMYK
RGB Variations
Color information
#2C5BDA (or 0x2C5BDA) is known color: Royal Blue. HEX triplet: 2C, 5B and DA. RGB value is (44,91,218). Sum of RGB (Red+Green+Blue) = 44+91+218=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C5BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5BDA is #D3A425. Grayscale: #5A5A5A. Windows color (decimal): -13870118 or 14310188. OLE color: 14310188.
HSL color Cylindrical-coordinate representation of color #2C5BDA: hue angle of 223.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C5BDA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 91 | 218 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.15 |
| HSL | 223.79º | 0.7% | 0.51% | - |
| HSV(B) | 223.79º | 0.8% | 0.85% | - |
| XYZ | 17.43 | 13.08 | 67.94 | - |
| YUV | 91.43 | 199.43 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 91 | 218 | 0.80 | 0.58 | 0 | 0.15 | 223.79 | 0.7 | 0.51 |
| Hex | 2C | 5B | DA | 50 | 3A | 0 | F | E0 | 46 | 33 |
| Octal | 54 | 133 | 332 | 120 | 72 | 0 | 17 | 340 | 106 | 63 |
| Binary | 101100 | 1011011 | 11011010 | 1010000 | 111010 | 0 | 1111 | 11100000 | 1000110 | 110011 |
Color Harmonies of #2C5BDA
Complementary color
Monochromatic Colors of #2C5BDA
Black with #2C5BDA
Text Example
Text Example
White with #2C5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5BDA; }
p { color: rgb(44,91,218); }
H1.HeaderClassName
{
color: #2C5BDA;
}
.AnyTagClassName
{
color: #2C5BDA;
}
</style>
background-color css
<style>
a { background-color: #2C5BDA; }
a { background-color: rgb(44,91,218); }
div.DivClassName
{
background-color: #2C5BDA;
}
.BgClassName
{
background-color: #2C5BDA;
}
</style>
border-color css
<style>
span { border-color: #2C5BDA; }
span { border-color: rgb(44,91,218); }
td.TdClassName
{
border-color: #2C5BDA;
}
.TagClassName
{
border-color: #2C5BDA;
}
</style>