Shades of Royal Blue #296FFA
Tints of Royal Blue #296FFA
RGB
CMYK
RGB Variations
Color information
#296FFA (or 0x296FFA) is known color: Royal Blue. HEX triplet: 29, 6F and FA. RGB value is (41,111,250). Sum of RGB (Red+Green+Blue) = 41+111+250=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #296FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296FFA is #D69005. Grayscale: #696969. Windows color (decimal): -14061574 or 16412457. OLE color: 16412457.
HSL color Cylindrical-coordinate representation of color #296FFA: hue angle of 219.9º degrees, saturation: 0.95, 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 #296FFA is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 111 | 250 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.02 |
| HSL | 219.9º | 0.95% | 0.57% | - |
| HSV(B) | 219.9º | 0.84% | 0.98% | - |
| XYZ | 23.85 | 18.74 | 92.8 | - |
| YUV | 105.92 | 209.31 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 250 | 0.84 | 0.56 | 0 | 0.02 | 219.9 | 0.95 | 0.57 |
| Hex | 29 | 6F | FA | 54 | 38 | 0 | 2 | DC | 5F | 39 |
| Octal | 51 | 157 | 372 | 124 | 70 | 0 | 2 | 334 | 137 | 71 |
| Binary | 101001 | 1101111 | 11111010 | 1010100 | 111000 | 0 | 10 | 11011100 | 1011111 | 111001 |
Color Harmonies of #296FFA
Complementary color
Monochromatic Colors of #296FFA
Black with #296FFA
Text Example
Text Example
White with #296FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FFA; }
p { color: rgb(41,111,250); }
H1.HeaderClassName
{
color: #296FFA;
}
.AnyTagClassName
{
color: #296FFA;
}
</style>
background-color css
<style>
a { background-color: #296FFA; }
a { background-color: rgb(41,111,250); }
div.DivClassName
{
background-color: #296FFA;
}
.BgClassName
{
background-color: #296FFA;
}
</style>
border-color css
<style>
span { border-color: #296FFA; }
span { border-color: rgb(41,111,250); }
td.TdClassName
{
border-color: #296FFA;
}
.TagClassName
{
border-color: #296FFA;
}
</style>