Shades of Medium Blue #2A08C3
Tints of Medium Blue #2A08C3
RGB
CMYK
RGB Variations
Color information
#2A08C3 (or 0x2A08C3) is known color: Medium Blue. HEX triplet: 2A, 08 and C3. RGB value is (42,8,195). Sum of RGB (Red+Green+Blue) = 42+8+195=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 195 (76.56% from 255 or 79.59% from 245); Max value from RGB is 195 - color contains mainly: blue. Hex color #2A08C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A08C3 is #D5F73C. Grayscale: #262626. Windows color (decimal): -14022461 or 12781610. OLE color: 12781610.
HSL color Cylindrical-coordinate representation of color #2A08C3: hue angle of 250.91º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A08C3 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 8 | 195 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.24 |
| HSL | 250.91º | 0.92% | 0.4% | - |
| HSV(B) | 250.91º | 0.96% | 0.76% | - |
| XYZ | 10.89 | 4.61 | 51.94 | - |
| YUV | 39.48 | 215.76 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 195 | 0.78 | 0.96 | 0 | 0.24 | 250.91 | 0.92 | 0.4 |
| Hex | 2A | 8 | C3 | 4E | 60 | 0 | 18 | FB | 5C | 28 |
| Octal | 52 | 10 | 303 | 116 | 140 | 0 | 30 | 373 | 134 | 50 |
| Binary | 101010 | 1000 | 11000011 | 1001110 | 1100000 | 0 | 11000 | 11111011 | 1011100 | 101000 |
Color Harmonies of #2A08C3
Complementary color
Monochromatic Colors of #2A08C3
Black with #2A08C3
Text Example
Text Example
White with #2A08C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A08C3; }
p { color: rgb(42,8,195); }
H1.HeaderClassName
{
color: #2A08C3;
}
.AnyTagClassName
{
color: #2A08C3;
}
</style>
background-color css
<style>
a { background-color: #2A08C3; }
a { background-color: rgb(42,8,195); }
div.DivClassName
{
background-color: #2A08C3;
}
.BgClassName
{
background-color: #2A08C3;
}
</style>
border-color css
<style>
span { border-color: #2A08C3; }
span { border-color: rgb(42,8,195); }
td.TdClassName
{
border-color: #2A08C3;
}
.TagClassName
{
border-color: #2A08C3;
}
</style>