Shades of Royal Blue #2960DF
Tints of Royal Blue #2960DF
RGB
CMYK
RGB Variations
Color information
#2960DF (or 0x2960DF) is known color: Royal Blue. HEX triplet: 29, 60 and DF. RGB value is (41,96,223). Sum of RGB (Red+Green+Blue) = 41+96+223=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #2960DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960DF is #D69F20. Grayscale: #5D5D5D. Windows color (decimal): -14065441 or 14639145. OLE color: 14639145.
HSL color Cylindrical-coordinate representation of color #2960DF: hue angle of 221.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2960DF is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 96 | 223 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.13 |
| HSL | 221.87º | 0.74% | 0.52% | - |
| HSV(B) | 221.87º | 0.82% | 0.87% | - |
| XYZ | 18.42 | 14.16 | 71.58 | - |
| YUV | 94.03 | 200.78 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 223 | 0.82 | 0.57 | 0 | 0.13 | 221.87 | 0.74 | 0.52 |
| Hex | 29 | 60 | DF | 52 | 39 | 0 | D | DE | 4A | 34 |
| Octal | 51 | 140 | 337 | 122 | 71 | 0 | 15 | 336 | 112 | 64 |
| Binary | 101001 | 1100000 | 11011111 | 1010010 | 111001 | 0 | 1101 | 11011110 | 1001010 | 110100 |
Color Harmonies of #2960DF
Complementary color
Monochromatic Colors of #2960DF
Black with #2960DF
Text Example
Text Example
White with #2960DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2960DF; }
p { color: rgb(41,96,223); }
H1.HeaderClassName
{
color: #2960DF;
}
.AnyTagClassName
{
color: #2960DF;
}
</style>
background-color css
<style>
a { background-color: #2960DF; }
a { background-color: rgb(41,96,223); }
div.DivClassName
{
background-color: #2960DF;
}
.BgClassName
{
background-color: #2960DF;
}
</style>
border-color css
<style>
span { border-color: #2960DF; }
span { border-color: rgb(41,96,223); }
td.TdClassName
{
border-color: #2960DF;
}
.TagClassName
{
border-color: #2960DF;
}
</style>