Shades of Medium Blue #2904DD
Tints of Medium Blue #2904DD
RGB
CMYK
RGB Variations
Color information
#2904DD (or 0x2904DD) is known color: Medium Blue. HEX triplet: 29, 04 and DD. RGB value is (41,4,221). Sum of RGB (Red+Green+Blue) = 41+4+221=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #2904DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2904DD is #D6FB22. Grayscale: #262626. Windows color (decimal): -14088995 or 14484521. OLE color: 14484521.
HSL color Cylindrical-coordinate representation of color #2904DD: hue angle of 250.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2904DD is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 4 | 221 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.13 |
| HSL | 250.23º | 0.96% | 0.44% | - |
| HSV(B) | 250.23º | 0.98% | 0.87% | - |
| XYZ | 14.01 | 5.78 | 68.78 | - |
| YUV | 39.8 | 230.26 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 221 | 0.81 | 0.98 | 0 | 0.13 | 250.23 | 0.96 | 0.44 |
| Hex | 29 | 4 | DD | 51 | 62 | 0 | D | FA | 60 | 2C |
| Octal | 51 | 4 | 335 | 121 | 142 | 0 | 15 | 372 | 140 | 54 |
| Binary | 101001 | 100 | 11011101 | 1010001 | 1100010 | 0 | 1101 | 11111010 | 1100000 | 101100 |
Color Harmonies of #2904DD
Complementary color
Monochromatic Colors of #2904DD
Black with #2904DD
Text Example
Text Example
White with #2904DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2904DD; }
p { color: rgb(41,4,221); }
H1.HeaderClassName
{
color: #2904DD;
}
.AnyTagClassName
{
color: #2904DD;
}
</style>
background-color css
<style>
a { background-color: #2904DD; }
a { background-color: rgb(41,4,221); }
div.DivClassName
{
background-color: #2904DD;
}
.BgClassName
{
background-color: #2904DD;
}
</style>
border-color css
<style>
span { border-color: #2904DD; }
span { border-color: rgb(41,4,221); }
td.TdClassName
{
border-color: #2904DD;
}
.TagClassName
{
border-color: #2904DD;
}
</style>