Shades of Royal Blue #2C5FDD
Tints of Royal Blue #2C5FDD
RGB
CMYK
RGB Variations
Color information
#2C5FDD (or 0x2C5FDD) is known color: Royal Blue. HEX triplet: 2C, 5F and DD. RGB value is (44,95,221). Sum of RGB (Red+Green+Blue) = 44+95+221=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C5FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5FDD is #D3A022. Grayscale: #5D5D5D. Windows color (decimal): -13869091 or 14507820. OLE color: 14507820.
HSL color Cylindrical-coordinate representation of color #2C5FDD: hue angle of 222.71º degrees, saturation: 0.72, 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 #2C5FDD is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 95 | 221 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.13 |
| HSL | 222.71º | 0.72% | 0.52% | - |
| HSV(B) | 222.71º | 0.8% | 0.87% | - |
| XYZ | 18.18 | 13.94 | 70.14 | - |
| YUV | 94.12 | 199.6 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 95 | 221 | 0.80 | 0.57 | 0 | 0.13 | 222.71 | 0.72 | 0.52 |
| Hex | 2C | 5F | DD | 50 | 39 | 0 | D | DF | 48 | 34 |
| Octal | 54 | 137 | 335 | 120 | 71 | 0 | 15 | 337 | 110 | 64 |
| Binary | 101100 | 1011111 | 11011101 | 1010000 | 111001 | 0 | 1101 | 11011111 | 1001000 | 110100 |
Color Harmonies of #2C5FDD
Complementary color
Monochromatic Colors of #2C5FDD
Black with #2C5FDD
Text Example
Text Example
White with #2C5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5FDD; }
p { color: rgb(44,95,221); }
H1.HeaderClassName
{
color: #2C5FDD;
}
.AnyTagClassName
{
color: #2C5FDD;
}
</style>
background-color css
<style>
a { background-color: #2C5FDD; }
a { background-color: rgb(44,95,221); }
div.DivClassName
{
background-color: #2C5FDD;
}
.BgClassName
{
background-color: #2C5FDD;
}
</style>
border-color css
<style>
span { border-color: #2C5FDD; }
span { border-color: rgb(44,95,221); }
td.TdClassName
{
border-color: #2C5FDD;
}
.TagClassName
{
border-color: #2C5FDD;
}
</style>