Shades of Medium Blue #2A04CD
Tints of Medium Blue #2A04CD
RGB
CMYK
RGB Variations
Color information
#2A04CD (or 0x2A04CD) is known color: Medium Blue. HEX triplet: 2A, 04 and CD. RGB value is (42,4,205). Sum of RGB (Red+Green+Blue) = 42+4+205=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A04CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A04CD is #D5FB32. Grayscale: #252525. Windows color (decimal): -14023475 or 13435946. OLE color: 13435946.
HSL color Cylindrical-coordinate representation of color #2A04CD: hue angle of 251.34º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A04CD is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 4 | 205 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.20 |
| HSL | 251.34º | 0.96% | 0.41% | - |
| HSV(B) | 251.34º | 0.98% | 0.8% | - |
| XYZ | 12.02 | 4.99 | 58.09 | - |
| YUV | 38.28 | 222.09 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 205 | 0.80 | 0.98 | 0 | 0.20 | 251.34 | 0.96 | 0.41 |
| Hex | 2A | 4 | CD | 50 | 62 | 0 | 14 | FB | 60 | 29 |
| Octal | 52 | 4 | 315 | 120 | 142 | 0 | 24 | 373 | 140 | 51 |
| Binary | 101010 | 100 | 11001101 | 1010000 | 1100010 | 0 | 10100 | 11111011 | 1100000 | 101001 |
Color Harmonies of #2A04CD
Complementary color
Monochromatic Colors of #2A04CD
Black with #2A04CD
Text Example
Text Example
White with #2A04CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A04CD; }
p { color: rgb(42,4,205); }
H1.HeaderClassName
{
color: #2A04CD;
}
.AnyTagClassName
{
color: #2A04CD;
}
</style>
background-color css
<style>
a { background-color: #2A04CD; }
a { background-color: rgb(42,4,205); }
div.DivClassName
{
background-color: #2A04CD;
}
.BgClassName
{
background-color: #2A04CD;
}
</style>
border-color css
<style>
span { border-color: #2A04CD; }
span { border-color: rgb(42,4,205); }
td.TdClassName
{
border-color: #2A04CD;
}
.TagClassName
{
border-color: #2A04CD;
}
</style>