Shades of Medium Blue #2A02BC
Tints of Medium Blue #2A02BC
RGB
CMYK
RGB Variations
Color information
#2A02BC (or 0x2A02BC) is known color: Medium Blue. HEX triplet: 2A, 02 and BC. RGB value is (42,2,188). Sum of RGB (Red+Green+Blue) = 42+2+188=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A02BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A02BC is #D5FD43. Grayscale: #222222. Windows color (decimal): -14024004 or 12321322. OLE color: 12321322.
HSL color Cylindrical-coordinate representation of color #2A02BC: hue angle of 252.9º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A02BC is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 2 | 188 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.26 |
| HSL | 252.9º | 0.98% | 0.37% | - |
| HSV(B) | 252.9º | 0.99% | 0.74% | - |
| XYZ | 10.05 | 4.17 | 47.85 | - |
| YUV | 35.16 | 214.25 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 188 | 0.78 | 0.99 | 0 | 0.26 | 252.9 | 0.98 | 0.37 |
| Hex | 2A | 2 | BC | 4E | 63 | 0 | 1A | FD | 62 | 25 |
| Octal | 52 | 2 | 274 | 116 | 143 | 0 | 32 | 375 | 142 | 45 |
| Binary | 101010 | 10 | 10111100 | 1001110 | 1100011 | 0 | 11010 | 11111101 | 1100010 | 100101 |
Color Harmonies of #2A02BC
Complementary color
Monochromatic Colors of #2A02BC
Black with #2A02BC
Text Example
Text Example
White with #2A02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A02BC; }
p { color: rgb(42,2,188); }
H1.HeaderClassName
{
color: #2A02BC;
}
.AnyTagClassName
{
color: #2A02BC;
}
</style>
background-color css
<style>
a { background-color: #2A02BC; }
a { background-color: rgb(42,2,188); }
div.DivClassName
{
background-color: #2A02BC;
}
.BgClassName
{
background-color: #2A02BC;
}
</style>
border-color css
<style>
span { border-color: #2A02BC; }
span { border-color: rgb(42,2,188); }
td.TdClassName
{
border-color: #2A02BC;
}
.TagClassName
{
border-color: #2A02BC;
}
</style>