Shades of Royal Blue #2C5ADB
Tints of Royal Blue #2C5ADB
RGB
CMYK
RGB Variations
Color information
#2C5ADB (or 0x2C5ADB) is known color: Royal Blue. HEX triplet: 2C, 5A and DB. RGB value is (44,90,219). Sum of RGB (Red+Green+Blue) = 44+90+219=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C5ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5ADB is #D3A524. Grayscale: #5A5A5A. Windows color (decimal): -13870373 or 14375468. OLE color: 14375468.
HSL color Cylindrical-coordinate representation of color #2C5ADB: hue angle of 224.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C5ADB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 90 | 219 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.14 |
| HSL | 224.23º | 0.71% | 0.52% | - |
| HSV(B) | 224.23º | 0.8% | 0.86% | - |
| XYZ | 17.48 | 12.96 | 68.6 | - |
| YUV | 90.95 | 200.26 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 219 | 0.80 | 0.59 | 0 | 0.14 | 224.23 | 0.71 | 0.52 |
| Hex | 2C | 5A | DB | 50 | 3B | 0 | E | E0 | 47 | 34 |
| Octal | 54 | 132 | 333 | 120 | 73 | 0 | 16 | 340 | 107 | 64 |
| Binary | 101100 | 1011010 | 11011011 | 1010000 | 111011 | 0 | 1110 | 11100000 | 1000111 | 110100 |
Color Harmonies of #2C5ADB
Complementary color
Monochromatic Colors of #2C5ADB
Black with #2C5ADB
Text Example
Text Example
White with #2C5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5ADB; }
p { color: rgb(44,90,219); }
H1.HeaderClassName
{
color: #2C5ADB;
}
.AnyTagClassName
{
color: #2C5ADB;
}
</style>
background-color css
<style>
a { background-color: #2C5ADB; }
a { background-color: rgb(44,90,219); }
div.DivClassName
{
background-color: #2C5ADB;
}
.BgClassName
{
background-color: #2C5ADB;
}
</style>
border-color css
<style>
span { border-color: #2C5ADB; }
span { border-color: rgb(44,90,219); }
td.TdClassName
{
border-color: #2C5ADB;
}
.TagClassName
{
border-color: #2C5ADB;
}
</style>