Shades of Royal Blue #296FE1
Tints of Royal Blue #296FE1
RGB
CMYK
RGB Variations
Color information
#296FE1 (or 0x296FE1) is known color: Royal Blue. HEX triplet: 29, 6F and E1. RGB value is (41,111,225). Sum of RGB (Red+Green+Blue) = 41+111+225=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 225 (88.28% from 255 or 59.68% from 377); Max value from RGB is 225 - color contains mainly: blue. Hex color #296FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FE1 is #D6901E. Grayscale: #666666. Windows color (decimal): -14061599 or 14774057. OLE color: 14774057.
HSL color Cylindrical-coordinate representation of color #296FE1: hue angle of 217.17º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296FE1 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 111 | 225 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.12 |
| HSL | 217.17º | 0.75% | 0.52% | - |
| HSV(B) | 217.17º | 0.82% | 0.88% | - |
| XYZ | 20.19 | 17.28 | 73.5 | - |
| YUV | 103.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 225 | 0.82 | 0.51 | 0 | 0.12 | 217.17 | 0.75 | 0.52 |
| Hex | 29 | 6F | E1 | 52 | 33 | 0 | C | D9 | 4B | 34 |
| Octal | 51 | 157 | 341 | 122 | 63 | 0 | 14 | 331 | 113 | 64 |
| Binary | 101001 | 1101111 | 11100001 | 1010010 | 110011 | 0 | 1100 | 11011001 | 1001011 | 110100 |
Color Harmonies of #296FE1
Complementary color
Monochromatic Colors of #296FE1
Black with #296FE1
Text Example
Text Example
White with #296FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FE1; }
p { color: rgb(41,111,225); }
H1.HeaderClassName
{
color: #296FE1;
}
.AnyTagClassName
{
color: #296FE1;
}
</style>
background-color css
<style>
a { background-color: #296FE1; }
a { background-color: rgb(41,111,225); }
div.DivClassName
{
background-color: #296FE1;
}
.BgClassName
{
background-color: #296FE1;
}
</style>
border-color css
<style>
span { border-color: #296FE1; }
span { border-color: rgb(41,111,225); }
td.TdClassName
{
border-color: #296FE1;
}
.TagClassName
{
border-color: #296FE1;
}
</style>