Shades of Medium Blue #2907D0
Tints of Medium Blue #2907D0
RGB
CMYK
RGB Variations
Color information
#2907D0 (or 0x2907D0) is known color: Medium Blue. HEX triplet: 29, 07 and D0. RGB value is (41,7,208). Sum of RGB (Red+Green+Blue) = 41+7+208=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 208 (81.64% from 255 or 81.25% from 256); Max value from RGB is 208 - color contains mainly: blue. Hex color #2907D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2907D0 is #D6F82F. Grayscale: #272727. Windows color (decimal): -14088240 or 13633321. OLE color: 13633321.
HSL color Cylindrical-coordinate representation of color #2907D0: hue angle of 250.15º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2907D0 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 7 | 208 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.18 |
| HSL | 250.15º | 0.93% | 0.42% | - |
| HSV(B) | 250.15º | 0.97% | 0.82% | - |
| XYZ | 12.38 | 5.18 | 60.02 | - |
| YUV | 40.08 | 222.76 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 7 | 208 | 0.80 | 0.97 | 0 | 0.18 | 250.15 | 0.93 | 0.42 |
| Hex | 29 | 7 | D0 | 50 | 61 | 0 | 12 | FA | 5D | 2A |
| Octal | 51 | 7 | 320 | 120 | 141 | 0 | 22 | 372 | 135 | 52 |
| Binary | 101001 | 111 | 11010000 | 1010000 | 1100001 | 0 | 10010 | 11111010 | 1011101 | 101010 |
Color Harmonies of #2907D0
Complementary color
Monochromatic Colors of #2907D0
Black with #2907D0
Text Example
Text Example
White with #2907D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2907D0; }
p { color: rgb(41,7,208); }
H1.HeaderClassName
{
color: #2907D0;
}
.AnyTagClassName
{
color: #2907D0;
}
</style>
background-color css
<style>
a { background-color: #2907D0; }
a { background-color: rgb(41,7,208); }
div.DivClassName
{
background-color: #2907D0;
}
.BgClassName
{
background-color: #2907D0;
}
</style>
border-color css
<style>
span { border-color: #2907D0; }
span { border-color: rgb(41,7,208); }
td.TdClassName
{
border-color: #2907D0;
}
.TagClassName
{
border-color: #2907D0;
}
</style>