Shades of Royal Blue #2956DD
Tints of Royal Blue #2956DD
RGB
CMYK
RGB Variations
Color information
#2956DD (or 0x2956DD) is known color: Royal Blue. HEX triplet: 29, 56 and DD. RGB value is (41,86,221). Sum of RGB (Red+Green+Blue) = 41+86+221=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #2956DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956DD is #D6A922. Grayscale: #575757. Windows color (decimal): -14068003 or 14505513. OLE color: 14505513.
HSL color Cylindrical-coordinate representation of color #2956DD: hue angle of 225º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2956DD is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 86 | 221 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.13 |
| HSL | 225º | 0.73% | 0.51% | - |
| HSV(B) | 225º | 0.81% | 0.87% | - |
| XYZ | 17.29 | 12.35 | 69.88 | - |
| YUV | 87.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 221 | 0.81 | 0.61 | 0 | 0.13 | 225 | 0.73 | 0.51 |
| Hex | 29 | 56 | DD | 51 | 3D | 0 | D | E1 | 49 | 33 |
| Octal | 51 | 126 | 335 | 121 | 75 | 0 | 15 | 341 | 111 | 63 |
| Binary | 101001 | 1010110 | 11011101 | 1010001 | 111101 | 0 | 1101 | 11100001 | 1001001 | 110011 |
Color Harmonies of #2956DD
Complementary color
Monochromatic Colors of #2956DD
Black with #2956DD
Text Example
Text Example
White with #2956DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2956DD; }
p { color: rgb(41,86,221); }
H1.HeaderClassName
{
color: #2956DD;
}
.AnyTagClassName
{
color: #2956DD;
}
</style>
background-color css
<style>
a { background-color: #2956DD; }
a { background-color: rgb(41,86,221); }
div.DivClassName
{
background-color: #2956DD;
}
.BgClassName
{
background-color: #2956DD;
}
</style>
border-color css
<style>
span { border-color: #2956DD; }
span { border-color: rgb(41,86,221); }
td.TdClassName
{
border-color: #2956DD;
}
.TagClassName
{
border-color: #2956DD;
}
</style>