Shades of Medium Blue #2A14CC
Tints of Medium Blue #2A14CC
RGB
CMYK
RGB Variations
Color information
#2A14CC (or 0x2A14CC) is known color: Medium Blue. HEX triplet: 2A, 14 and CC. RGB value is (42,20,204). Sum of RGB (Red+Green+Blue) = 42+20+204=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A14CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A14CC is #D5EB33. Grayscale: #2E2E2E. Windows color (decimal): -14019380 or 13374506. OLE color: 13374506.
HSL color Cylindrical-coordinate representation of color #2A14CC: hue angle of 247.17º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A14CC is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 20 | 204 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.2 |
| HSL | 247.17º | 0.82% | 0.44% | - |
| HSV(B) | 247.17º | 0.9% | 0.8% | - |
| XYZ | 12.1 | 5.35 | 57.52 | - |
| YUV | 47.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 204 | 0.79 | 0.90 | 0 | 0.2 | 247.17 | 0.82 | 0.44 |
| Hex | 2A | 14 | CC | 4F | 5A | 0 | 14 | F7 | 52 | 2C |
| Octal | 52 | 24 | 314 | 117 | 132 | 0 | 24 | 367 | 122 | 54 |
| Binary | 101010 | 10100 | 11001100 | 1001111 | 1011010 | 0 | 10100 | 11110111 | 1010010 | 101100 |
Color Harmonies of #2A14CC
Complementary color
Monochromatic Colors of #2A14CC
Black with #2A14CC
Text Example
Text Example
White with #2A14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A14CC; }
p { color: rgb(42,20,204); }
H1.HeaderClassName
{
color: #2A14CC;
}
.AnyTagClassName
{
color: #2A14CC;
}
</style>
background-color css
<style>
a { background-color: #2A14CC; }
a { background-color: rgb(42,20,204); }
div.DivClassName
{
background-color: #2A14CC;
}
.BgClassName
{
background-color: #2A14CC;
}
</style>
border-color css
<style>
span { border-color: #2A14CC; }
span { border-color: rgb(42,20,204); }
td.TdClassName
{
border-color: #2A14CC;
}
.TagClassName
{
border-color: #2A14CC;
}
</style>