Shades of Medium Blue #2906DF
Tints of Medium Blue #2906DF
RGB
CMYK
RGB Variations
Color information
#2906DF (or 0x2906DF) is known color: Medium Blue. HEX triplet: 29, 06 and DF. RGB value is (41,6,223). Sum of RGB (Red+Green+Blue) = 41+6+223=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #2906DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2906DF is #D6F920. Grayscale: #282828. Windows color (decimal): -14088481 or 14616105. OLE color: 14616105.
HSL color Cylindrical-coordinate representation of color #2906DF: hue angle of 249.68º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2906DF is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 6 | 223 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.13 |
| HSL | 249.68º | 0.95% | 0.45% | - |
| HSV(B) | 249.68º | 0.97% | 0.87% | - |
| XYZ | 14.3 | 5.93 | 70.2 | - |
| YUV | 41.2 | 230.6 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 223 | 0.82 | 0.97 | 0 | 0.13 | 249.68 | 0.95 | 0.45 |
| Hex | 29 | 6 | DF | 52 | 61 | 0 | D | FA | 5F | 2D |
| Octal | 51 | 6 | 337 | 122 | 141 | 0 | 15 | 372 | 137 | 55 |
| Binary | 101001 | 110 | 11011111 | 1010010 | 1100001 | 0 | 1101 | 11111010 | 1011111 | 101101 |
Color Harmonies of #2906DF
Complementary color
Monochromatic Colors of #2906DF
Black with #2906DF
Text Example
Text Example
White with #2906DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2906DF; }
p { color: rgb(41,6,223); }
H1.HeaderClassName
{
color: #2906DF;
}
.AnyTagClassName
{
color: #2906DF;
}
</style>
background-color css
<style>
a { background-color: #2906DF; }
a { background-color: rgb(41,6,223); }
div.DivClassName
{
background-color: #2906DF;
}
.BgClassName
{
background-color: #2906DF;
}
</style>
border-color css
<style>
span { border-color: #2906DF; }
span { border-color: rgb(41,6,223); }
td.TdClassName
{
border-color: #2906DF;
}
.TagClassName
{
border-color: #2906DF;
}
</style>