Shades of Medium Blue #2A04DD
Tints of Medium Blue #2A04DD
RGB
CMYK
RGB Variations
Color information
#2A04DD (or 0x2A04DD) is known color: Medium Blue. HEX triplet: 2A, 04 and DD. RGB value is (42,4,221). Sum of RGB (Red+Green+Blue) = 42+4+221=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A04DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A04DD is #D5FB22. Grayscale: #272727. Windows color (decimal): -14023459 or 14484522. OLE color: 14484522.
HSL color Cylindrical-coordinate representation of color #2A04DD: hue angle of 250.51º 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 #2A04DD is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 4 | 221 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.13 |
| HSL | 250.51º | 0.96% | 0.44% | - |
| HSV(B) | 250.51º | 0.98% | 0.87% | - |
| XYZ | 14.05 | 5.8 | 68.79 | - |
| YUV | 40.1 | 230.09 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 221 | 0.81 | 0.98 | 0 | 0.13 | 250.51 | 0.96 | 0.44 |
| Hex | 2A | 4 | DD | 51 | 62 | 0 | D | FB | 60 | 2C |
| Octal | 52 | 4 | 335 | 121 | 142 | 0 | 15 | 373 | 140 | 54 |
| Binary | 101010 | 100 | 11011101 | 1010001 | 1100010 | 0 | 1101 | 11111011 | 1100000 | 101100 |
Color Harmonies of #2A04DD
Complementary color
Monochromatic Colors of #2A04DD
Black with #2A04DD
Text Example
Text Example
White with #2A04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A04DD; }
p { color: rgb(42,4,221); }
H1.HeaderClassName
{
color: #2A04DD;
}
.AnyTagClassName
{
color: #2A04DD;
}
</style>
background-color css
<style>
a { background-color: #2A04DD; }
a { background-color: rgb(42,4,221); }
div.DivClassName
{
background-color: #2A04DD;
}
.BgClassName
{
background-color: #2A04DD;
}
</style>
border-color css
<style>
span { border-color: #2A04DD; }
span { border-color: rgb(42,4,221); }
td.TdClassName
{
border-color: #2A04DD;
}
.TagClassName
{
border-color: #2A04DD;
}
</style>