Shades of Medium Blue #2A02DC
Tints of Medium Blue #2A02DC
RGB
CMYK
RGB Variations
Color information
#2A02DC (or 0x2A02DC) is known color: Medium Blue. HEX triplet: 2A, 02 and DC. RGB value is (42,2,220). Sum of RGB (Red+Green+Blue) = 42+2+220=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A02DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A02DC is #D5FD23. Grayscale: #252525. Windows color (decimal): -14023972 or 14418474. OLE color: 14418474.
HSL color Cylindrical-coordinate representation of color #2A02DC: hue angle of 251.01º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A02DC is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 2 | 220 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.14 |
| HSL | 251.01º | 0.98% | 0.44% | - |
| HSV(B) | 251.01º | 0.99% | 0.86% | - |
| XYZ | 13.89 | 5.7 | 68.08 | - |
| YUV | 38.81 | 230.25 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 220 | 0.81 | 0.99 | 0 | 0.14 | 251.01 | 0.98 | 0.44 |
| Hex | 2A | 2 | DC | 51 | 63 | 0 | E | FB | 62 | 2C |
| Octal | 52 | 2 | 334 | 121 | 143 | 0 | 16 | 373 | 142 | 54 |
| Binary | 101010 | 10 | 11011100 | 1010001 | 1100011 | 0 | 1110 | 11111011 | 1100010 | 101100 |
Color Harmonies of #2A02DC
Complementary color
Monochromatic Colors of #2A02DC
Black with #2A02DC
Text Example
Text Example
White with #2A02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A02DC; }
p { color: rgb(42,2,220); }
H1.HeaderClassName
{
color: #2A02DC;
}
.AnyTagClassName
{
color: #2A02DC;
}
</style>
background-color css
<style>
a { background-color: #2A02DC; }
a { background-color: rgb(42,2,220); }
div.DivClassName
{
background-color: #2A02DC;
}
.BgClassName
{
background-color: #2A02DC;
}
</style>
border-color css
<style>
span { border-color: #2A02DC; }
span { border-color: rgb(42,2,220); }
td.TdClassName
{
border-color: #2A02DC;
}
.TagClassName
{
border-color: #2A02DC;
}
</style>