Shades of Medium Blue #2902DC
Tints of Medium Blue #2902DC
RGB
CMYK
RGB Variations
Color information
#2902DC (or 0x2902DC) is known color: Medium Blue. HEX triplet: 29, 02 and DC. RGB value is (41,2,220). Sum of RGB (Red+Green+Blue) = 41+2+220=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 220 (86.33% from 255 or 83.65% from 263); Max value from RGB is 220 - color contains mainly: blue. Hex color #2902DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2902DC is #D6FD23. Grayscale: #252525. Windows color (decimal): -14089508 or 14418473. OLE color: 14418473.
HSL color Cylindrical-coordinate representation of color #2902DC: hue angle of 250.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2902DC is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 2 | 220 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.14 |
| HSL | 250.73º | 0.98% | 0.44% | - |
| HSV(B) | 250.73º | 0.99% | 0.86% | - |
| XYZ | 13.85 | 5.68 | 68.08 | - |
| YUV | 38.51 | 230.42 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 220 | 0.81 | 0.99 | 0 | 0.14 | 250.73 | 0.98 | 0.44 |
| Hex | 29 | 2 | DC | 51 | 63 | 0 | E | FB | 62 | 2C |
| Octal | 51 | 2 | 334 | 121 | 143 | 0 | 16 | 373 | 142 | 54 |
| Binary | 101001 | 10 | 11011100 | 1010001 | 1100011 | 0 | 1110 | 11111011 | 1100010 | 101100 |
Color Harmonies of #2902DC
Complementary color
Monochromatic Colors of #2902DC
Black with #2902DC
Text Example
Text Example
White with #2902DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2902DC; }
p { color: rgb(41,2,220); }
H1.HeaderClassName
{
color: #2902DC;
}
.AnyTagClassName
{
color: #2902DC;
}
</style>
background-color css
<style>
a { background-color: #2902DC; }
a { background-color: rgb(41,2,220); }
div.DivClassName
{
background-color: #2902DC;
}
.BgClassName
{
background-color: #2902DC;
}
</style>
border-color css
<style>
span { border-color: #2902DC; }
span { border-color: rgb(41,2,220); }
td.TdClassName
{
border-color: #2902DC;
}
.TagClassName
{
border-color: #2902DC;
}
</style>