Shades of Medium Blue #2A05E1
Tints of Medium Blue #2A05E1
RGB
CMYK
RGB Variations
Color information
#2A05E1 (or 0x2A05E1) is known color: Medium Blue. HEX triplet: 2A, 05 and E1. RGB value is (42,5,225). Sum of RGB (Red+Green+Blue) = 42+5+225=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 225 (88.28% from 255 or 82.72% from 272); Max value from RGB is 225 - color contains mainly: blue. Hex color #2A05E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A05E1 is #D5FA1E. Grayscale: #282828. Windows color (decimal): -14023199 or 14746922. OLE color: 14746922.
HSL color Cylindrical-coordinate representation of color #2A05E1: hue angle of 250.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A05E1 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 5 | 225 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.12 |
| HSL | 250.09º | 0.96% | 0.45% | - |
| HSV(B) | 250.09º | 0.98% | 0.88% | - |
| XYZ | 14.6 | 6.04 | 71.63 | - |
| YUV | 41.14 | 231.76 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 225 | 0.81 | 0.98 | 0 | 0.12 | 250.09 | 0.96 | 0.45 |
| Hex | 2A | 5 | E1 | 51 | 62 | 0 | C | FA | 60 | 2D |
| Octal | 52 | 5 | 341 | 121 | 142 | 0 | 14 | 372 | 140 | 55 |
| Binary | 101010 | 101 | 11100001 | 1010001 | 1100010 | 0 | 1100 | 11111010 | 1100000 | 101101 |
Color Harmonies of #2A05E1
Complementary color
Monochromatic Colors of #2A05E1
Black with #2A05E1
Text Example
Text Example
White with #2A05E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A05E1; }
p { color: rgb(42,5,225); }
H1.HeaderClassName
{
color: #2A05E1;
}
.AnyTagClassName
{
color: #2A05E1;
}
</style>
background-color css
<style>
a { background-color: #2A05E1; }
a { background-color: rgb(42,5,225); }
div.DivClassName
{
background-color: #2A05E1;
}
.BgClassName
{
background-color: #2A05E1;
}
</style>
border-color css
<style>
span { border-color: #2A05E1; }
span { border-color: rgb(42,5,225); }
td.TdClassName
{
border-color: #2A05E1;
}
.TagClassName
{
border-color: #2A05E1;
}
</style>