Shades of Medium Blue #2A14DD
Tints of Medium Blue #2A14DD
RGB
CMYK
RGB Variations
Color information
#2A14DD (or 0x2A14DD) is known color: Medium Blue. HEX triplet: 2A, 14 and DD. RGB value is (42,20,221). Sum of RGB (Red+Green+Blue) = 42+20+221=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A14DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A14DD is #D5EB22. Grayscale: #303030. Windows color (decimal): -14019363 or 14488618. OLE color: 14488618.
HSL color Cylindrical-coordinate representation of color #2A14DD: hue angle of 246.57º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A14DD is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 20 | 221 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.13 |
| HSL | 246.57º | 0.83% | 0.47% | - |
| HSV(B) | 246.57º | 0.91% | 0.87% | - |
| XYZ | 14.26 | 6.21 | 68.85 | - |
| YUV | 49.49 | 224.79 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 221 | 0.81 | 0.91 | 0 | 0.13 | 246.57 | 0.83 | 0.47 |
| Hex | 2A | 14 | DD | 51 | 5B | 0 | D | F7 | 53 | 2F |
| Octal | 52 | 24 | 335 | 121 | 133 | 0 | 15 | 367 | 123 | 57 |
| Binary | 101010 | 10100 | 11011101 | 1010001 | 1011011 | 0 | 1101 | 11110111 | 1010011 | 101111 |
Color Harmonies of #2A14DD
Complementary color
Monochromatic Colors of #2A14DD
Black with #2A14DD
Text Example
Text Example
White with #2A14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A14DD; }
p { color: rgb(42,20,221); }
H1.HeaderClassName
{
color: #2A14DD;
}
.AnyTagClassName
{
color: #2A14DD;
}
</style>
background-color css
<style>
a { background-color: #2A14DD; }
a { background-color: rgb(42,20,221); }
div.DivClassName
{
background-color: #2A14DD;
}
.BgClassName
{
background-color: #2A14DD;
}
</style>
border-color css
<style>
span { border-color: #2A14DD; }
span { border-color: rgb(42,20,221); }
td.TdClassName
{
border-color: #2A14DD;
}
.TagClassName
{
border-color: #2A14DD;
}
</style>