Shades of Royal Blue #296BFD
Tints of Royal Blue #296BFD
RGB
CMYK
RGB Variations
Color information
#296BFD (or 0x296BFD) is known color: Royal Blue. HEX triplet: 29, 6B and FD. RGB value is (41,107,253). Sum of RGB (Red+Green+Blue) = 41+107+253=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #296BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296BFD is #D69402. Grayscale: #676767. Windows color (decimal): -14062595 or 16608041. OLE color: 16608041.
HSL color Cylindrical-coordinate representation of color #296BFD: hue angle of 221.32º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296BFD is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 107 | 253 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.01 |
| HSL | 221.32º | 0.98% | 0.58% | - |
| HSV(B) | 221.32º | 0.84% | 0.99% | - |
| XYZ | 23.9 | 18.08 | 95.16 | - |
| YUV | 103.91 | 212.13 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 253 | 0.84 | 0.58 | 0 | 0.01 | 221.32 | 0.98 | 0.58 |
| Hex | 29 | 6B | FD | 54 | 3A | 0 | 1 | DD | 62 | 3A |
| Octal | 51 | 153 | 375 | 124 | 72 | 0 | 1 | 335 | 142 | 72 |
| Binary | 101001 | 1101011 | 11111101 | 1010100 | 111010 | 0 | 1 | 11011101 | 1100010 | 111010 |
Color Harmonies of #296BFD
Complementary color
Monochromatic Colors of #296BFD
Black with #296BFD
Text Example
Text Example
White with #296BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296BFD; }
p { color: rgb(41,107,253); }
H1.HeaderClassName
{
color: #296BFD;
}
.AnyTagClassName
{
color: #296BFD;
}
</style>
background-color css
<style>
a { background-color: #296BFD; }
a { background-color: rgb(41,107,253); }
div.DivClassName
{
background-color: #296BFD;
}
.BgClassName
{
background-color: #296BFD;
}
</style>
border-color css
<style>
span { border-color: #296BFD; }
span { border-color: rgb(41,107,253); }
td.TdClassName
{
border-color: #296BFD;
}
.TagClassName
{
border-color: #296BFD;
}
</style>