Shades of Royal Blue #2966FE
Tints of Royal Blue #2966FE
RGB
CMYK
RGB Variations
Color information
#2966FE (or 0x2966FE) is known color: Royal Blue. HEX triplet: 29, 66 and FE. RGB value is (41,102,254). Sum of RGB (Red+Green+Blue) = 41+102+254=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #2966FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2966FE is #D69901. Grayscale: #646464. Windows color (decimal): -14063874 or 16672297. OLE color: 16672297.
HSL color Cylindrical-coordinate representation of color #2966FE: hue angle of 222.82º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2966FE is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 102 | 254 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.00 |
| HSL | 222.82º | 0.99% | 0.58% | - |
| HSV(B) | 222.82º | 0.84% | 1% | - |
| XYZ | 23.56 | 17.13 | 95.83 | - |
| YUV | 101.09 | 214.29 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 254 | 0.84 | 0.60 | 0 | 0.00 | 222.82 | 0.99 | 0.58 |
| Hex | 29 | 66 | FE | 54 | 3C | 0 | 0 | DF | 63 | 3A |
| Octal | 51 | 146 | 376 | 124 | 74 | 0 | 0 | 337 | 143 | 72 |
| Binary | 101001 | 1100110 | 11111110 | 1010100 | 111100 | 0 | 0 | 11011111 | 1100011 | 111010 |
Color Harmonies of #2966FE
Complementary color
Monochromatic Colors of #2966FE
Black with #2966FE
Text Example
Text Example
White with #2966FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2966FE; }
p { color: rgb(41,102,254); }
H1.HeaderClassName
{
color: #2966FE;
}
.AnyTagClassName
{
color: #2966FE;
}
</style>
background-color css
<style>
a { background-color: #2966FE; }
a { background-color: rgb(41,102,254); }
div.DivClassName
{
background-color: #2966FE;
}
.BgClassName
{
background-color: #2966FE;
}
</style>
border-color css
<style>
span { border-color: #2966FE; }
span { border-color: rgb(41,102,254); }
td.TdClassName
{
border-color: #2966FE;
}
.TagClassName
{
border-color: #2966FE;
}
</style>