Shades of Medium Blue #2904CF
Tints of Medium Blue #2904CF
RGB
CMYK
RGB Variations
Color information
#2904CF (or 0x2904CF) is known color: Medium Blue. HEX triplet: 29, 04 and CF. RGB value is (41,4,207). Sum of RGB (Red+Green+Blue) = 41+4+207=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #2904CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2904CF is #D6FB30. Grayscale: #252525. Windows color (decimal): -14089009 or 13567017. OLE color: 13567017.
HSL color Cylindrical-coordinate representation of color #2904CF: hue angle of 250.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2904CF is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 4 | 207 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.19 |
| HSL | 250.94º | 0.96% | 0.41% | - |
| HSV(B) | 250.94º | 0.98% | 0.81% | - |
| XYZ | 12.22 | 5.06 | 59.36 | - |
| YUV | 38.21 | 223.26 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 207 | 0.80 | 0.98 | 0 | 0.19 | 250.94 | 0.96 | 0.41 |
| Hex | 29 | 4 | CF | 50 | 62 | 0 | 13 | FB | 60 | 29 |
| Octal | 51 | 4 | 317 | 120 | 142 | 0 | 23 | 373 | 140 | 51 |
| Binary | 101001 | 100 | 11001111 | 1010000 | 1100010 | 0 | 10011 | 11111011 | 1100000 | 101001 |
Color Harmonies of #2904CF
Complementary color
Monochromatic Colors of #2904CF
Black with #2904CF
Text Example
Text Example
White with #2904CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2904CF; }
p { color: rgb(41,4,207); }
H1.HeaderClassName
{
color: #2904CF;
}
.AnyTagClassName
{
color: #2904CF;
}
</style>
background-color css
<style>
a { background-color: #2904CF; }
a { background-color: rgb(41,4,207); }
div.DivClassName
{
background-color: #2904CF;
}
.BgClassName
{
background-color: #2904CF;
}
</style>
border-color css
<style>
span { border-color: #2904CF; }
span { border-color: rgb(41,4,207); }
td.TdClassName
{
border-color: #2904CF;
}
.TagClassName
{
border-color: #2904CF;
}
</style>