Shades of Royal Blue #2966FB
Tints of Royal Blue #2966FB
RGB
CMYK
RGB Variations
Color information
#2966FB (or 0x2966FB) is known color: Royal Blue. HEX triplet: 29, 66 and FB. RGB value is (41,102,251). Sum of RGB (Red+Green+Blue) = 41+102+251=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #2966FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2966FB is #D69904. Grayscale: #646464. Windows color (decimal): -14063877 or 16475689. OLE color: 16475689.
HSL color Cylindrical-coordinate representation of color #2966FB: hue angle of 222.57º 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 #2966FB is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 102 | 251 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.02 |
| HSL | 222.57º | 0.96% | 0.57% | - |
| HSV(B) | 222.57º | 0.84% | 0.98% | - |
| XYZ | 23.08 | 16.94 | 93.32 | - |
| YUV | 100.75 | 212.79 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 251 | 0.84 | 0.59 | 0 | 0.02 | 222.57 | 0.96 | 0.57 |
| Hex | 29 | 66 | FB | 54 | 3B | 0 | 2 | DF | 60 | 39 |
| Octal | 51 | 146 | 373 | 124 | 73 | 0 | 2 | 337 | 140 | 71 |
| Binary | 101001 | 1100110 | 11111011 | 1010100 | 111011 | 0 | 10 | 11011111 | 1100000 | 111001 |
Color Harmonies of #2966FB
Complementary color
Monochromatic Colors of #2966FB
Black with #2966FB
Text Example
Text Example
White with #2966FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2966FB; }
p { color: rgb(41,102,251); }
H1.HeaderClassName
{
color: #2966FB;
}
.AnyTagClassName
{
color: #2966FB;
}
</style>
background-color css
<style>
a { background-color: #2966FB; }
a { background-color: rgb(41,102,251); }
div.DivClassName
{
background-color: #2966FB;
}
.BgClassName
{
background-color: #2966FB;
}
</style>
border-color css
<style>
span { border-color: #2966FB; }
span { border-color: rgb(41,102,251); }
td.TdClassName
{
border-color: #2966FB;
}
.TagClassName
{
border-color: #2966FB;
}
</style>