Shades of Royal Blue #2965FB
Tints of Royal Blue #2965FB
RGB
CMYK
RGB Variations
Color information
#2965FB (or 0x2965FB) is known color: Royal Blue. HEX triplet: 29, 65 and FB. RGB value is (41,101,251). Sum of RGB (Red+Green+Blue) = 41+101+251=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #2965FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2965FB is #D69A04. Grayscale: #636363. Windows color (decimal): -14064133 or 16475433. OLE color: 16475433.
HSL color Cylindrical-coordinate representation of color #2965FB: hue angle of 222.86º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2965FB is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 101 | 251 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.02 |
| HSL | 222.86º | 0.96% | 0.57% | - |
| HSV(B) | 222.86º | 0.84% | 0.98% | - |
| XYZ | 22.98 | 16.74 | 93.29 | - |
| YUV | 100.16 | 213.12 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 251 | 0.84 | 0.60 | 0 | 0.02 | 222.86 | 0.96 | 0.57 |
| Hex | 29 | 65 | FB | 54 | 3C | 0 | 2 | DF | 60 | 39 |
| Octal | 51 | 145 | 373 | 124 | 74 | 0 | 2 | 337 | 140 | 71 |
| Binary | 101001 | 1100101 | 11111011 | 1010100 | 111100 | 0 | 10 | 11011111 | 1100000 | 111001 |
Color Harmonies of #2965FB
Complementary color
Monochromatic Colors of #2965FB
Black with #2965FB
Text Example
Text Example
White with #2965FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2965FB; }
p { color: rgb(41,101,251); }
H1.HeaderClassName
{
color: #2965FB;
}
.AnyTagClassName
{
color: #2965FB;
}
</style>
background-color css
<style>
a { background-color: #2965FB; }
a { background-color: rgb(41,101,251); }
div.DivClassName
{
background-color: #2965FB;
}
.BgClassName
{
background-color: #2965FB;
}
</style>
border-color css
<style>
span { border-color: #2965FB; }
span { border-color: rgb(41,101,251); }
td.TdClassName
{
border-color: #2965FB;
}
.TagClassName
{
border-color: #2965FB;
}
</style>