Shades of Royal Blue #2963FB
Tints of Royal Blue #2963FB
RGB
CMYK
RGB Variations
Color information
#2963FB (or 0x2963FB) is known color: Royal Blue. HEX triplet: 29, 63 and FB. RGB value is (41,99,251). Sum of RGB (Red+Green+Blue) = 41+99+251=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #2963FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2963FB is #D69C04. Grayscale: #626262. Windows color (decimal): -14064645 or 16474921. OLE color: 16474921.
HSL color Cylindrical-coordinate representation of color #2963FB: hue angle of 223.43º 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 #2963FB is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 99 | 251 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.02 |
| HSL | 223.43º | 0.96% | 0.57% | - |
| HSV(B) | 223.43º | 0.84% | 0.98% | - |
| XYZ | 22.79 | 16.36 | 93.22 | - |
| YUV | 98.99 | 213.78 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 251 | 0.84 | 0.61 | 0 | 0.02 | 223.43 | 0.96 | 0.57 |
| Hex | 29 | 63 | FB | 54 | 3D | 0 | 2 | DF | 60 | 39 |
| Octal | 51 | 143 | 373 | 124 | 75 | 0 | 2 | 337 | 140 | 71 |
| Binary | 101001 | 1100011 | 11111011 | 1010100 | 111101 | 0 | 10 | 11011111 | 1100000 | 111001 |
Color Harmonies of #2963FB
Complementary color
Monochromatic Colors of #2963FB
Black with #2963FB
Text Example
Text Example
White with #2963FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963FB; }
p { color: rgb(41,99,251); }
H1.HeaderClassName
{
color: #2963FB;
}
.AnyTagClassName
{
color: #2963FB;
}
</style>
background-color css
<style>
a { background-color: #2963FB; }
a { background-color: rgb(41,99,251); }
div.DivClassName
{
background-color: #2963FB;
}
.BgClassName
{
background-color: #2963FB;
}
</style>
border-color css
<style>
span { border-color: #2963FB; }
span { border-color: rgb(41,99,251); }
td.TdClassName
{
border-color: #2963FB;
}
.TagClassName
{
border-color: #2963FB;
}
</style>