Shades of Royal Blue #2965EF
Tints of Royal Blue #2965EF
RGB
CMYK
RGB Variations
Color information
#2965EF (or 0x2965EF) is known color: Royal Blue. HEX triplet: 29, 65 and EF. RGB value is (41,101,239). Sum of RGB (Red+Green+Blue) = 41+101+239=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #2965EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2965EF is #D69A10. Grayscale: #626262. Windows color (decimal): -14064145 or 15689001. OLE color: 15689001.
HSL color Cylindrical-coordinate representation of color #2965EF: hue angle of 221.82º 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 #2965EF is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 101 | 239 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.06 |
| HSL | 221.82º | 0.86% | 0.55% | - |
| HSV(B) | 221.82º | 0.83% | 0.94% | - |
| XYZ | 21.15 | 16.01 | 83.64 | - |
| YUV | 98.79 | 207.12 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 239 | 0.83 | 0.58 | 0 | 0.06 | 221.82 | 0.86 | 0.55 |
| Hex | 29 | 65 | EF | 53 | 3A | 0 | 6 | DE | 56 | 37 |
| Octal | 51 | 145 | 357 | 123 | 72 | 0 | 6 | 336 | 126 | 67 |
| Binary | 101001 | 1100101 | 11101111 | 1010011 | 111010 | 0 | 110 | 11011110 | 1010110 | 110111 |
Color Harmonies of #2965EF
Complementary color
Monochromatic Colors of #2965EF
Black with #2965EF
Text Example
Text Example
White with #2965EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2965EF; }
p { color: rgb(41,101,239); }
H1.HeaderClassName
{
color: #2965EF;
}
.AnyTagClassName
{
color: #2965EF;
}
</style>
background-color css
<style>
a { background-color: #2965EF; }
a { background-color: rgb(41,101,239); }
div.DivClassName
{
background-color: #2965EF;
}
.BgClassName
{
background-color: #2965EF;
}
</style>
border-color css
<style>
span { border-color: #2965EF; }
span { border-color: rgb(41,101,239); }
td.TdClassName
{
border-color: #2965EF;
}
.TagClassName
{
border-color: #2965EF;
}
</style>