Shades of Royal Blue #296AF1
Tints of Royal Blue #296AF1
RGB
CMYK
RGB Variations
Color information
#296AF1 (or 0x296AF1) is known color: Royal Blue. HEX triplet: 29, 6A and F1. RGB value is (41,106,241). Sum of RGB (Red+Green+Blue) = 41+106+241=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #296AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AF1 is #D6950E. Grayscale: #656565. Windows color (decimal): -14062863 or 15821353. OLE color: 15821353.
HSL color Cylindrical-coordinate representation of color #296AF1: hue angle of 220.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296AF1 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 106 | 241 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.05 |
| HSL | 220.5º | 0.88% | 0.55% | - |
| HSV(B) | 220.5º | 0.83% | 0.95% | - |
| XYZ | 21.95 | 17.13 | 85.37 | - |
| YUV | 101.96 | 206.47 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 241 | 0.83 | 0.56 | 0 | 0.05 | 220.5 | 0.88 | 0.55 |
| Hex | 29 | 6A | F1 | 53 | 38 | 0 | 5 | DC | 58 | 37 |
| Octal | 51 | 152 | 361 | 123 | 70 | 0 | 5 | 334 | 130 | 67 |
| Binary | 101001 | 1101010 | 11110001 | 1010011 | 111000 | 0 | 101 | 11011100 | 1011000 | 110111 |
Color Harmonies of #296AF1
Complementary color
Monochromatic Colors of #296AF1
Black with #296AF1
Text Example
Text Example
White with #296AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296AF1; }
p { color: rgb(41,106,241); }
H1.HeaderClassName
{
color: #296AF1;
}
.AnyTagClassName
{
color: #296AF1;
}
</style>
background-color css
<style>
a { background-color: #296AF1; }
a { background-color: rgb(41,106,241); }
div.DivClassName
{
background-color: #296AF1;
}
.BgClassName
{
background-color: #296AF1;
}
</style>
border-color css
<style>
span { border-color: #296AF1; }
span { border-color: rgb(41,106,241); }
td.TdClassName
{
border-color: #296AF1;
}
.TagClassName
{
border-color: #296AF1;
}
</style>