Shades of Royal Blue #2958DD
Tints of Royal Blue #2958DD
RGB
CMYK
RGB Variations
Color information
#2958DD (or 0x2958DD) is known color: Royal Blue. HEX triplet: 29, 58 and DD. RGB value is (41,88,221). Sum of RGB (Red+Green+Blue) = 41+88+221=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #2958DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2958DD is #D6A722. Grayscale: #585858. Windows color (decimal): -14067491 or 14506025. OLE color: 14506025.
HSL color Cylindrical-coordinate representation of color #2958DD: hue angle of 224.33º 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 #2958DD is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 88 | 221 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.13 |
| HSL | 224.33º | 0.73% | 0.51% | - |
| HSV(B) | 224.33º | 0.81% | 0.87% | - |
| XYZ | 17.46 | 12.67 | 69.93 | - |
| YUV | 89.11 | 202.43 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 221 | 0.81 | 0.60 | 0 | 0.13 | 224.33 | 0.73 | 0.51 |
| Hex | 29 | 58 | DD | 51 | 3C | 0 | D | E0 | 49 | 33 |
| Octal | 51 | 130 | 335 | 121 | 74 | 0 | 15 | 340 | 111 | 63 |
| Binary | 101001 | 1011000 | 11011101 | 1010001 | 111100 | 0 | 1101 | 11100000 | 1001001 | 110011 |
Color Harmonies of #2958DD
Complementary color
Monochromatic Colors of #2958DD
Black with #2958DD
Text Example
Text Example
White with #2958DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2958DD; }
p { color: rgb(41,88,221); }
H1.HeaderClassName
{
color: #2958DD;
}
.AnyTagClassName
{
color: #2958DD;
}
</style>
background-color css
<style>
a { background-color: #2958DD; }
a { background-color: rgb(41,88,221); }
div.DivClassName
{
background-color: #2958DD;
}
.BgClassName
{
background-color: #2958DD;
}
</style>
border-color css
<style>
span { border-color: #2958DD; }
span { border-color: rgb(41,88,221); }
td.TdClassName
{
border-color: #2958DD;
}
.TagClassName
{
border-color: #2958DD;
}
</style>