Shades of Medium Blue #2A08CD
Tints of Medium Blue #2A08CD
RGB
CMYK
RGB Variations
Color information
#2A08CD (or 0x2A08CD) is known color: Medium Blue. HEX triplet: 2A, 08 and CD. RGB value is (42,8,205). Sum of RGB (Red+Green+Blue) = 42+8+205=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A08CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A08CD is #D5F732. Grayscale: #272727. Windows color (decimal): -14022451 or 13436970. OLE color: 13436970.
HSL color Cylindrical-coordinate representation of color #2A08CD: hue angle of 250.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A08CD is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 8 | 205 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.20 |
| HSL | 250.36º | 0.92% | 0.42% | - |
| HSV(B) | 250.36º | 0.96% | 0.8% | - |
| XYZ | 12.06 | 5.07 | 58.1 | - |
| YUV | 40.62 | 220.76 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 205 | 0.80 | 0.96 | 0 | 0.20 | 250.36 | 0.92 | 0.42 |
| Hex | 2A | 8 | CD | 50 | 60 | 0 | 14 | FA | 5C | 2A |
| Octal | 52 | 10 | 315 | 120 | 140 | 0 | 24 | 372 | 134 | 52 |
| Binary | 101010 | 1000 | 11001101 | 1010000 | 1100000 | 0 | 10100 | 11111010 | 1011100 | 101010 |
Color Harmonies of #2A08CD
Complementary color
Monochromatic Colors of #2A08CD
Black with #2A08CD
Text Example
Text Example
White with #2A08CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A08CD; }
p { color: rgb(42,8,205); }
H1.HeaderClassName
{
color: #2A08CD;
}
.AnyTagClassName
{
color: #2A08CD;
}
</style>
background-color css
<style>
a { background-color: #2A08CD; }
a { background-color: rgb(42,8,205); }
div.DivClassName
{
background-color: #2A08CD;
}
.BgClassName
{
background-color: #2A08CD;
}
</style>
border-color css
<style>
span { border-color: #2A08CD; }
span { border-color: rgb(42,8,205); }
td.TdClassName
{
border-color: #2A08CD;
}
.TagClassName
{
border-color: #2A08CD;
}
</style>