Shades of Medium Blue #2A02CC
Tints of Medium Blue #2A02CC
RGB
CMYK
RGB Variations
Color information
#2A02CC (or 0x2A02CC) is known color: Medium Blue. HEX triplet: 2A, 02 and CC. RGB value is (42,2,204). Sum of RGB (Red+Green+Blue) = 42+2+204=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A02CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A02CC is #D5FD33. Grayscale: #242424. Windows color (decimal): -14023988 or 13369898. OLE color: 13369898.
HSL color Cylindrical-coordinate representation of color #2A02CC: hue angle of 251.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A02CC is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 2 | 204 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.2 |
| HSL | 251.88º | 0.98% | 0.4% | - |
| HSV(B) | 251.88º | 0.99% | 0.8% | - |
| XYZ | 11.88 | 4.9 | 57.45 | - |
| YUV | 36.99 | 222.25 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 204 | 0.79 | 0.99 | 0 | 0.2 | 251.88 | 0.98 | 0.4 |
| Hex | 2A | 2 | CC | 4F | 63 | 0 | 14 | FC | 62 | 28 |
| Octal | 52 | 2 | 314 | 117 | 143 | 0 | 24 | 374 | 142 | 50 |
| Binary | 101010 | 10 | 11001100 | 1001111 | 1100011 | 0 | 10100 | 11111100 | 1100010 | 101000 |
Color Harmonies of #2A02CC
Complementary color
Monochromatic Colors of #2A02CC
Black with #2A02CC
Text Example
Text Example
White with #2A02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A02CC; }
p { color: rgb(42,2,204); }
H1.HeaderClassName
{
color: #2A02CC;
}
.AnyTagClassName
{
color: #2A02CC;
}
</style>
background-color css
<style>
a { background-color: #2A02CC; }
a { background-color: rgb(42,2,204); }
div.DivClassName
{
background-color: #2A02CC;
}
.BgClassName
{
background-color: #2A02CC;
}
</style>
border-color css
<style>
span { border-color: #2A02CC; }
span { border-color: rgb(42,2,204); }
td.TdClassName
{
border-color: #2A02CC;
}
.TagClassName
{
border-color: #2A02CC;
}
</style>