Shades of Medium Blue #2A03CD
Tints of Medium Blue #2A03CD
RGB
CMYK
RGB Variations
Color information
#2A03CD (or 0x2A03CD) is known color: Medium Blue. HEX triplet: 2A, 03 and CD. RGB value is (42,3,205). Sum of RGB (Red+Green+Blue) = 42+3+205=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A03CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A03CD is #D5FC32. Grayscale: #242424. Windows color (decimal): -14023731 or 13435690. OLE color: 13435690.
HSL color Cylindrical-coordinate representation of color #2A03CD: hue angle of 251.58º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A03CD is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 3 | 205 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.20 |
| HSL | 251.58º | 0.97% | 0.41% | - |
| HSV(B) | 251.58º | 0.99% | 0.8% | - |
| XYZ | 12.01 | 4.97 | 58.08 | - |
| YUV | 37.69 | 222.42 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 205 | 0.80 | 0.99 | 0 | 0.20 | 251.58 | 0.97 | 0.41 |
| Hex | 2A | 3 | CD | 50 | 63 | 0 | 14 | FC | 61 | 29 |
| Octal | 52 | 3 | 315 | 120 | 143 | 0 | 24 | 374 | 141 | 51 |
| Binary | 101010 | 11 | 11001101 | 1010000 | 1100011 | 0 | 10100 | 11111100 | 1100001 | 101001 |
Color Harmonies of #2A03CD
Complementary color
Monochromatic Colors of #2A03CD
Black with #2A03CD
Text Example
Text Example
White with #2A03CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A03CD; }
p { color: rgb(42,3,205); }
H1.HeaderClassName
{
color: #2A03CD;
}
.AnyTagClassName
{
color: #2A03CD;
}
</style>
background-color css
<style>
a { background-color: #2A03CD; }
a { background-color: rgb(42,3,205); }
div.DivClassName
{
background-color: #2A03CD;
}
.BgClassName
{
background-color: #2A03CD;
}
</style>
border-color css
<style>
span { border-color: #2A03CD; }
span { border-color: rgb(42,3,205); }
td.TdClassName
{
border-color: #2A03CD;
}
.TagClassName
{
border-color: #2A03CD;
}
</style>