Shades of Royal Blue #2C57DA
Tints of Royal Blue #2C57DA
RGB
CMYK
RGB Variations
Color information
#2C57DA (or 0x2C57DA) is known color: Royal Blue. HEX triplet: 2C, 57 and DA. RGB value is (44,87,218). Sum of RGB (Red+Green+Blue) = 44+87+218=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C57DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C57DA is #D3A825. Grayscale: #585858. Windows color (decimal): -13871142 or 14309164. OLE color: 14309164.
HSL color Cylindrical-coordinate representation of color #2C57DA: hue angle of 225.17º 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 #2C57DA is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 87 | 218 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.15 |
| HSL | 225.17º | 0.7% | 0.51% | - |
| HSV(B) | 225.17º | 0.8% | 0.85% | - |
| XYZ | 17.1 | 12.41 | 67.82 | - |
| YUV | 89.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 87 | 218 | 0.80 | 0.60 | 0 | 0.15 | 225.17 | 0.7 | 0.51 |
| Hex | 2C | 57 | DA | 50 | 3C | 0 | F | E1 | 46 | 33 |
| Octal | 54 | 127 | 332 | 120 | 74 | 0 | 17 | 341 | 106 | 63 |
| Binary | 101100 | 1010111 | 11011010 | 1010000 | 111100 | 0 | 1111 | 11100001 | 1000110 | 110011 |
Color Harmonies of #2C57DA
Complementary color
Monochromatic Colors of #2C57DA
Black with #2C57DA
Text Example
Text Example
White with #2C57DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C57DA; }
p { color: rgb(44,87,218); }
H1.HeaderClassName
{
color: #2C57DA;
}
.AnyTagClassName
{
color: #2C57DA;
}
</style>
background-color css
<style>
a { background-color: #2C57DA; }
a { background-color: rgb(44,87,218); }
div.DivClassName
{
background-color: #2C57DA;
}
.BgClassName
{
background-color: #2C57DA;
}
</style>
border-color css
<style>
span { border-color: #2C57DA; }
span { border-color: rgb(44,87,218); }
td.TdClassName
{
border-color: #2C57DA;
}
.TagClassName
{
border-color: #2C57DA;
}
</style>