Shades of Medium Blue #2A08DE
Tints of Medium Blue #2A08DE
RGB
CMYK
RGB Variations
Color information
#2A08DE (or 0x2A08DE) is known color: Medium Blue. HEX triplet: 2A, 08 and DE. RGB value is (42,8,222). Sum of RGB (Red+Green+Blue) = 42+8+222=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A08DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A08DE is #D5F721. Grayscale: #292929. Windows color (decimal): -14022434 or 14551082. OLE color: 14551082.
HSL color Cylindrical-coordinate representation of color #2A08DE: hue angle of 249.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A08DE is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 8 | 222 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.13 |
| HSL | 249.53º | 0.93% | 0.45% | - |
| HSV(B) | 249.53º | 0.96% | 0.87% | - |
| XYZ | 14.23 | 5.94 | 69.5 | - |
| YUV | 42.56 | 229.26 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 222 | 0.81 | 0.96 | 0 | 0.13 | 249.53 | 0.93 | 0.45 |
| Hex | 2A | 8 | DE | 51 | 60 | 0 | D | FA | 5D | 2D |
| Octal | 52 | 10 | 336 | 121 | 140 | 0 | 15 | 372 | 135 | 55 |
| Binary | 101010 | 1000 | 11011110 | 1010001 | 1100000 | 0 | 1101 | 11111010 | 1011101 | 101101 |
Color Harmonies of #2A08DE
Complementary color
Monochromatic Colors of #2A08DE
Black with #2A08DE
Text Example
Text Example
White with #2A08DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A08DE; }
p { color: rgb(42,8,222); }
H1.HeaderClassName
{
color: #2A08DE;
}
.AnyTagClassName
{
color: #2A08DE;
}
</style>
background-color css
<style>
a { background-color: #2A08DE; }
a { background-color: rgb(42,8,222); }
div.DivClassName
{
background-color: #2A08DE;
}
.BgClassName
{
background-color: #2A08DE;
}
</style>
border-color css
<style>
span { border-color: #2A08DE; }
span { border-color: rgb(42,8,222); }
td.TdClassName
{
border-color: #2A08DE;
}
.TagClassName
{
border-color: #2A08DE;
}
</style>