Shades of Royal Blue #2C5DDA
Tints of Royal Blue #2C5DDA
RGB
CMYK
RGB Variations
Color information
#2C5DDA (or 0x2C5DDA) is known color: Royal Blue. HEX triplet: 2C, 5D and DA. RGB value is (44,93,218). Sum of RGB (Red+Green+Blue) = 44+93+218=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C5DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5DDA is #D3A225. Grayscale: #5C5C5C. Windows color (decimal): -13869606 or 14310700. OLE color: 14310700.
HSL color Cylindrical-coordinate representation of color #2C5DDA: hue angle of 223.1º 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 #2C5DDA is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 93 | 218 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.15 |
| HSL | 223.1º | 0.7% | 0.51% | - |
| HSV(B) | 223.1º | 0.8% | 0.85% | - |
| XYZ | 17.61 | 13.43 | 67.99 | - |
| YUV | 92.6 | 198.77 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 93 | 218 | 0.80 | 0.57 | 0 | 0.15 | 223.1 | 0.7 | 0.51 |
| Hex | 2C | 5D | DA | 50 | 39 | 0 | F | DF | 46 | 33 |
| Octal | 54 | 135 | 332 | 120 | 71 | 0 | 17 | 337 | 106 | 63 |
| Binary | 101100 | 1011101 | 11011010 | 1010000 | 111001 | 0 | 1111 | 11011111 | 1000110 | 110011 |
Color Harmonies of #2C5DDA
Complementary color
Monochromatic Colors of #2C5DDA
Black with #2C5DDA
Text Example
Text Example
White with #2C5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5DDA; }
p { color: rgb(44,93,218); }
H1.HeaderClassName
{
color: #2C5DDA;
}
.AnyTagClassName
{
color: #2C5DDA;
}
</style>
background-color css
<style>
a { background-color: #2C5DDA; }
a { background-color: rgb(44,93,218); }
div.DivClassName
{
background-color: #2C5DDA;
}
.BgClassName
{
background-color: #2C5DDA;
}
</style>
border-color css
<style>
span { border-color: #2C5DDA; }
span { border-color: rgb(44,93,218); }
td.TdClassName
{
border-color: #2C5DDA;
}
.TagClassName
{
border-color: #2C5DDA;
}
</style>