Shades of Medium Blue #2A05DD
Tints of Medium Blue #2A05DD
RGB
CMYK
RGB Variations
Color information
#2A05DD (or 0x2A05DD) is known color: Medium Blue. HEX triplet: 2A, 05 and DD. RGB value is (42,5,221). Sum of RGB (Red+Green+Blue) = 42+5+221=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A05DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A05DD is #D5FA22. Grayscale: #272727. Windows color (decimal): -14023203 or 14484778. OLE color: 14484778.
HSL color Cylindrical-coordinate representation of color #2A05DD: hue angle of 250.28º 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 #2A05DD is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 5 | 221 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.13 |
| HSL | 250.28º | 0.96% | 0.44% | - |
| HSV(B) | 250.28º | 0.98% | 0.87% | - |
| XYZ | 14.06 | 5.82 | 68.79 | - |
| YUV | 40.69 | 229.76 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 221 | 0.81 | 0.98 | 0 | 0.13 | 250.28 | 0.96 | 0.44 |
| Hex | 2A | 5 | DD | 51 | 62 | 0 | D | FA | 60 | 2C |
| Octal | 52 | 5 | 335 | 121 | 142 | 0 | 15 | 372 | 140 | 54 |
| Binary | 101010 | 101 | 11011101 | 1010001 | 1100010 | 0 | 1101 | 11111010 | 1100000 | 101100 |
Color Harmonies of #2A05DD
Complementary color
Monochromatic Colors of #2A05DD
Black with #2A05DD
Text Example
Text Example
White with #2A05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A05DD; }
p { color: rgb(42,5,221); }
H1.HeaderClassName
{
color: #2A05DD;
}
.AnyTagClassName
{
color: #2A05DD;
}
</style>
background-color css
<style>
a { background-color: #2A05DD; }
a { background-color: rgb(42,5,221); }
div.DivClassName
{
background-color: #2A05DD;
}
.BgClassName
{
background-color: #2A05DD;
}
</style>
border-color css
<style>
span { border-color: #2A05DD; }
span { border-color: rgb(42,5,221); }
td.TdClassName
{
border-color: #2A05DD;
}
.TagClassName
{
border-color: #2A05DD;
}
</style>