Shades of Royal Blue #2967FE
Tints of Royal Blue #2967FE
RGB
CMYK
RGB Variations
Color information
#2967FE (or 0x2967FE) is known color: Royal Blue. HEX triplet: 29, 67 and FE. RGB value is (41,103,254). Sum of RGB (Red+Green+Blue) = 41+103+254=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #2967FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2967FE is #D69801. Grayscale: #656565. Windows color (decimal): -14063618 or 16672553. OLE color: 16672553.
HSL color Cylindrical-coordinate representation of color #2967FE: hue angle of 222.54º 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 #2967FE is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 103 | 254 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.00 |
| HSL | 222.54º | 0.99% | 0.58% | - |
| HSV(B) | 222.54º | 0.84% | 1% | - |
| XYZ | 23.65 | 17.33 | 95.86 | - |
| YUV | 101.68 | 213.96 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 254 | 0.84 | 0.59 | 0 | 0.00 | 222.54 | 0.99 | 0.58 |
| Hex | 29 | 67 | FE | 54 | 3B | 0 | 0 | DF | 63 | 3A |
| Octal | 51 | 147 | 376 | 124 | 73 | 0 | 0 | 337 | 143 | 72 |
| Binary | 101001 | 1100111 | 11111110 | 1010100 | 111011 | 0 | 0 | 11011111 | 1100011 | 111010 |
Color Harmonies of #2967FE
Complementary color
Monochromatic Colors of #2967FE
Black with #2967FE
Text Example
Text Example
White with #2967FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2967FE; }
p { color: rgb(41,103,254); }
H1.HeaderClassName
{
color: #2967FE;
}
.AnyTagClassName
{
color: #2967FE;
}
</style>
background-color css
<style>
a { background-color: #2967FE; }
a { background-color: rgb(41,103,254); }
div.DivClassName
{
background-color: #2967FE;
}
.BgClassName
{
background-color: #2967FE;
}
</style>
border-color css
<style>
span { border-color: #2967FE; }
span { border-color: rgb(41,103,254); }
td.TdClassName
{
border-color: #2967FE;
}
.TagClassName
{
border-color: #2967FE;
}
</style>