Shades of Medium Blue #2A11DF
Tints of Medium Blue #2A11DF
RGB
CMYK
RGB Variations
Color information
#2A11DF (or 0x2A11DF) is known color: Medium Blue. HEX triplet: 2A, 11 and DF. RGB value is (42,17,223). Sum of RGB (Red+Green+Blue) = 42+17+223=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A11DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A11DF is #D5EE20. Grayscale: #2F2F2F. Windows color (decimal): -14020129 or 14618922. OLE color: 14618922.
HSL color Cylindrical-coordinate representation of color #2A11DF: hue angle of 247.28º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A11DF is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 17 | 223 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.13 |
| HSL | 247.28º | 0.86% | 0.47% | - |
| HSV(B) | 247.28º | 0.92% | 0.87% | - |
| XYZ | 14.47 | 6.22 | 70.25 | - |
| YUV | 47.96 | 226.78 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 223 | 0.81 | 0.92 | 0 | 0.13 | 247.28 | 0.86 | 0.47 |
| Hex | 2A | 11 | DF | 51 | 5C | 0 | D | F7 | 56 | 2F |
| Octal | 52 | 21 | 337 | 121 | 134 | 0 | 15 | 367 | 126 | 57 |
| Binary | 101010 | 10001 | 11011111 | 1010001 | 1011100 | 0 | 1101 | 11110111 | 1010110 | 101111 |
Color Harmonies of #2A11DF
Complementary color
Monochromatic Colors of #2A11DF
Black with #2A11DF
Text Example
Text Example
White with #2A11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A11DF; }
p { color: rgb(42,17,223); }
H1.HeaderClassName
{
color: #2A11DF;
}
.AnyTagClassName
{
color: #2A11DF;
}
</style>
background-color css
<style>
a { background-color: #2A11DF; }
a { background-color: rgb(42,17,223); }
div.DivClassName
{
background-color: #2A11DF;
}
.BgClassName
{
background-color: #2A11DF;
}
</style>
border-color css
<style>
span { border-color: #2A11DF; }
span { border-color: rgb(42,17,223); }
td.TdClassName
{
border-color: #2A11DF;
}
.TagClassName
{
border-color: #2A11DF;
}
</style>