Shades of Royal Blue #2963FD
Tints of Royal Blue #2963FD
RGB
CMYK
RGB Variations
Color information
#2963FD (or 0x2963FD) is known color: Royal Blue. HEX triplet: 29, 63 and FD. RGB value is (41,99,253). Sum of RGB (Red+Green+Blue) = 41+99+253=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #2963FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2963FD is #D69C02. Grayscale: #626262. Windows color (decimal): -14064643 or 16605993. OLE color: 16605993.
HSL color Cylindrical-coordinate representation of color #2963FD: hue angle of 223.58º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2963FD is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 99 | 253 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.01 |
| HSL | 223.58º | 0.98% | 0.58% | - |
| HSV(B) | 223.58º | 0.84% | 0.99% | - |
| XYZ | 23.11 | 16.49 | 94.89 | - |
| YUV | 99.21 | 214.78 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 253 | 0.84 | 0.61 | 0 | 0.01 | 223.58 | 0.98 | 0.58 |
| Hex | 29 | 63 | FD | 54 | 3D | 0 | 1 | E0 | 62 | 3A |
| Octal | 51 | 143 | 375 | 124 | 75 | 0 | 1 | 340 | 142 | 72 |
| Binary | 101001 | 1100011 | 11111101 | 1010100 | 111101 | 0 | 1 | 11100000 | 1100010 | 111010 |
Color Harmonies of #2963FD
Complementary color
Monochromatic Colors of #2963FD
Black with #2963FD
Text Example
Text Example
White with #2963FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963FD; }
p { color: rgb(41,99,253); }
H1.HeaderClassName
{
color: #2963FD;
}
.AnyTagClassName
{
color: #2963FD;
}
</style>
background-color css
<style>
a { background-color: #2963FD; }
a { background-color: rgb(41,99,253); }
div.DivClassName
{
background-color: #2963FD;
}
.BgClassName
{
background-color: #2963FD;
}
</style>
border-color css
<style>
span { border-color: #2963FD; }
span { border-color: rgb(41,99,253); }
td.TdClassName
{
border-color: #2963FD;
}
.TagClassName
{
border-color: #2963FD;
}
</style>