Shades of Royal Blue #2C56DF
Tints of Royal Blue #2C56DF
RGB
CMYK
RGB Variations
Color information
#2C56DF (or 0x2C56DF) is known color: Royal Blue. HEX triplet: 2C, 56 and DF. RGB value is (44,86,223). Sum of RGB (Red+Green+Blue) = 44+86+223=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C56DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C56DF is #D3A920. Grayscale: #585858. Windows color (decimal): -13871393 or 14636588. OLE color: 14636588.
HSL color Cylindrical-coordinate representation of color #2C56DF: hue angle of 225.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C56DF is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 86 | 223 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.13 |
| HSL | 225.92º | 0.74% | 0.52% | - |
| HSV(B) | 225.92º | 0.8% | 0.87% | - |
| XYZ | 17.69 | 12.52 | 71.3 | - |
| YUV | 89.06 | 203.59 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 223 | 0.80 | 0.61 | 0 | 0.13 | 225.92 | 0.74 | 0.52 |
| Hex | 2C | 56 | DF | 50 | 3D | 0 | D | E2 | 4A | 34 |
| Octal | 54 | 126 | 337 | 120 | 75 | 0 | 15 | 342 | 112 | 64 |
| Binary | 101100 | 1010110 | 11011111 | 1010000 | 111101 | 0 | 1101 | 11100010 | 1001010 | 110100 |
Color Harmonies of #2C56DF
Complementary color
Monochromatic Colors of #2C56DF
Black with #2C56DF
Text Example
Text Example
White with #2C56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C56DF; }
p { color: rgb(44,86,223); }
H1.HeaderClassName
{
color: #2C56DF;
}
.AnyTagClassName
{
color: #2C56DF;
}
</style>
background-color css
<style>
a { background-color: #2C56DF; }
a { background-color: rgb(44,86,223); }
div.DivClassName
{
background-color: #2C56DF;
}
.BgClassName
{
background-color: #2C56DF;
}
</style>
border-color css
<style>
span { border-color: #2C56DF; }
span { border-color: rgb(44,86,223); }
td.TdClassName
{
border-color: #2C56DF;
}
.TagClassName
{
border-color: #2C56DF;
}
</style>