Shades of Medium Blue #2907CE
Tints of Medium Blue #2907CE
RGB
CMYK
RGB Variations
Color information
#2907CE (or 0x2907CE) is known color: Medium Blue. HEX triplet: 29, 07 and CE. RGB value is (41,7,206). Sum of RGB (Red+Green+Blue) = 41+7+206=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #2907CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2907CE is #D6F831. Grayscale: #272727. Windows color (decimal): -14088242 or 13502249. OLE color: 13502249.
HSL color Cylindrical-coordinate representation of color #2907CE: hue angle of 250.25º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2907CE is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 7 | 206 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.19 |
| HSL | 250.25º | 0.93% | 0.42% | - |
| HSV(B) | 250.25º | 0.97% | 0.81% | - |
| XYZ | 12.13 | 5.08 | 58.73 | - |
| YUV | 39.85 | 221.76 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 7 | 206 | 0.80 | 0.97 | 0 | 0.19 | 250.25 | 0.93 | 0.42 |
| Hex | 29 | 7 | CE | 50 | 61 | 0 | 13 | FA | 5D | 2A |
| Octal | 51 | 7 | 316 | 120 | 141 | 0 | 23 | 372 | 135 | 52 |
| Binary | 101001 | 111 | 11001110 | 1010000 | 1100001 | 0 | 10011 | 11111010 | 1011101 | 101010 |
Color Harmonies of #2907CE
Complementary color
Monochromatic Colors of #2907CE
Black with #2907CE
Text Example
Text Example
White with #2907CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2907CE; }
p { color: rgb(41,7,206); }
H1.HeaderClassName
{
color: #2907CE;
}
.AnyTagClassName
{
color: #2907CE;
}
</style>
background-color css
<style>
a { background-color: #2907CE; }
a { background-color: rgb(41,7,206); }
div.DivClassName
{
background-color: #2907CE;
}
.BgClassName
{
background-color: #2907CE;
}
</style>
border-color css
<style>
span { border-color: #2907CE; }
span { border-color: rgb(41,7,206); }
td.TdClassName
{
border-color: #2907CE;
}
.TagClassName
{
border-color: #2907CE;
}
</style>