Shades of Royal Blue #2969FF
Tints of Royal Blue #2969FF
RGB
CMYK
RGB Variations
Color information
#2969FF (or 0x2969FF) is known color: Royal Blue. HEX triplet: 29, 69 and FF. RGB value is (41,105,255). Sum of RGB (Red+Green+Blue) = 41+105+255=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #2969FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2969FF is #D69600. Grayscale: #666666. Windows color (decimal): -14063105 or 16738601. OLE color: 16738601.
HSL color Cylindrical-coordinate representation of color #2969FF: hue angle of 222.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2969FF is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 105 | 255 | - |
| CMYK | 0.84 | 0.59 | 0 | 0 |
| HSL | 222.06º | 1% | 0.58% | - |
| HSV(B) | 222.06º | 0.84% | 1% | - |
| XYZ | 24.02 | 17.79 | 96.78 | - |
| YUV | 102.96 | 213.8 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 105 | 255 | 0.84 | 0.59 | 0 | 0 | 222.06 | 1 | 0.58 |
| Hex | 29 | 69 | FF | 54 | 3B | 0 | 0 | DE | 64 | 3A |
| Octal | 51 | 151 | 377 | 124 | 73 | 0 | 0 | 336 | 144 | 72 |
| Binary | 101001 | 1101001 | 11111111 | 1010100 | 111011 | 0 | 0 | 11011110 | 1100100 | 111010 |
Color Harmonies of #2969FF
Complementary color
Monochromatic Colors of #2969FF
Black with #2969FF
Text Example
Text Example
White with #2969FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2969FF; }
p { color: rgb(41,105,255); }
H1.HeaderClassName
{
color: #2969FF;
}
.AnyTagClassName
{
color: #2969FF;
}
</style>
background-color css
<style>
a { background-color: #2969FF; }
a { background-color: rgb(41,105,255); }
div.DivClassName
{
background-color: #2969FF;
}
.BgClassName
{
background-color: #2969FF;
}
</style>
border-color css
<style>
span { border-color: #2969FF; }
span { border-color: rgb(41,105,255); }
td.TdClassName
{
border-color: #2969FF;
}
.TagClassName
{
border-color: #2969FF;
}
</style>