Shades of Royal Blue #2960EF
Tints of Royal Blue #2960EF
RGB
CMYK
RGB Variations
Color information
#2960EF (or 0x2960EF) is known color: Royal Blue. HEX triplet: 29, 60 and EF. RGB value is (41,96,239). Sum of RGB (Red+Green+Blue) = 41+96+239=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #2960EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2960EF is #D69F10. Grayscale: #5F5F5F. Windows color (decimal): -14065425 or 15687721. OLE color: 15687721.
HSL color Cylindrical-coordinate representation of color #2960EF: hue angle of 223.33º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2960EF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 96 | 239 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.06 |
| HSL | 223.33º | 0.86% | 0.55% | - |
| HSV(B) | 223.33º | 0.83% | 0.94% | - |
| XYZ | 20.68 | 15.07 | 83.48 | - |
| YUV | 95.86 | 208.78 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 239 | 0.83 | 0.60 | 0 | 0.06 | 223.33 | 0.86 | 0.55 |
| Hex | 29 | 60 | EF | 53 | 3C | 0 | 6 | DF | 56 | 37 |
| Octal | 51 | 140 | 357 | 123 | 74 | 0 | 6 | 337 | 126 | 67 |
| Binary | 101001 | 1100000 | 11101111 | 1010011 | 111100 | 0 | 110 | 11011111 | 1010110 | 110111 |
Color Harmonies of #2960EF
Complementary color
Monochromatic Colors of #2960EF
Black with #2960EF
Text Example
Text Example
White with #2960EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2960EF; }
p { color: rgb(41,96,239); }
H1.HeaderClassName
{
color: #2960EF;
}
.AnyTagClassName
{
color: #2960EF;
}
</style>
background-color css
<style>
a { background-color: #2960EF; }
a { background-color: rgb(41,96,239); }
div.DivClassName
{
background-color: #2960EF;
}
.BgClassName
{
background-color: #2960EF;
}
</style>
border-color css
<style>
span { border-color: #2960EF; }
span { border-color: rgb(41,96,239); }
td.TdClassName
{
border-color: #2960EF;
}
.TagClassName
{
border-color: #2960EF;
}
</style>