Shades of Royal Blue #2968DD
Tints of Royal Blue #2968DD
RGB
CMYK
RGB Variations
Color information
#2968DD (or 0x2968DD) is known color: Royal Blue. HEX triplet: 29, 68 and DD. RGB value is (41,104,221). Sum of RGB (Red+Green+Blue) = 41+104+221=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #2968DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2968DD is #D69722. Grayscale: #616161. Windows color (decimal): -14063395 or 14510121. OLE color: 14510121.
HSL color Cylindrical-coordinate representation of color #2968DD: hue angle of 219º 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 #2968DD is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 104 | 221 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.13 |
| HSL | 219º | 0.73% | 0.51% | - |
| HSV(B) | 219º | 0.81% | 0.87% | - |
| XYZ | 18.92 | 15.59 | 70.42 | - |
| YUV | 98.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 221 | 0.81 | 0.53 | 0 | 0.13 | 219 | 0.73 | 0.51 |
| Hex | 29 | 68 | DD | 51 | 35 | 0 | D | DB | 49 | 33 |
| Octal | 51 | 150 | 335 | 121 | 65 | 0 | 15 | 333 | 111 | 63 |
| Binary | 101001 | 1101000 | 11011101 | 1010001 | 110101 | 0 | 1101 | 11011011 | 1001001 | 110011 |
Color Harmonies of #2968DD
Complementary color
Monochromatic Colors of #2968DD
Black with #2968DD
Text Example
Text Example
White with #2968DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2968DD; }
p { color: rgb(41,104,221); }
H1.HeaderClassName
{
color: #2968DD;
}
.AnyTagClassName
{
color: #2968DD;
}
</style>
background-color css
<style>
a { background-color: #2968DD; }
a { background-color: rgb(41,104,221); }
div.DivClassName
{
background-color: #2968DD;
}
.BgClassName
{
background-color: #2968DD;
}
</style>
border-color css
<style>
span { border-color: #2968DD; }
span { border-color: rgb(41,104,221); }
td.TdClassName
{
border-color: #2968DD;
}
.TagClassName
{
border-color: #2968DD;
}
</style>