Shades of Medium Blue #2812E0
Tints of Medium Blue #2812E0
RGB
CMYK
RGB Variations
Color information
#2812E0 (or 0x2812E0) is known color: Medium Blue. HEX triplet: 28, 12 and E0. RGB value is (40,18,224). Sum of RGB (Red+Green+Blue) = 40+18+224=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 224 (87.89% from 255 or 79.43% from 282); Max value from RGB is 224 - color contains mainly: blue. Hex color #2812E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812E0 is #D7ED1F. Grayscale: #2F2F2F. Windows color (decimal): -14150944 or 14684712. OLE color: 14684712.
HSL color Cylindrical-coordinate representation of color #2812E0: hue angle of 246.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2812E0 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 18 | 224 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.12 |
| HSL | 246.41º | 0.85% | 0.47% | - |
| HSV(B) | 246.41º | 0.92% | 0.88% | - |
| XYZ | 14.55 | 6.27 | 70.96 | - |
| YUV | 48.06 | 227.29 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 224 | 0.82 | 0.92 | 0 | 0.12 | 246.41 | 0.85 | 0.47 |
| Hex | 28 | 12 | E0 | 52 | 5C | 0 | C | F6 | 55 | 2F |
| Octal | 50 | 22 | 340 | 122 | 134 | 0 | 14 | 366 | 125 | 57 |
| Binary | 101000 | 10010 | 11100000 | 1010010 | 1011100 | 0 | 1100 | 11110110 | 1010101 | 101111 |
Color Harmonies of #2812E0
Complementary color
Monochromatic Colors of #2812E0
Black with #2812E0
Text Example
Text Example
White with #2812E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2812E0; }
p { color: rgb(40,18,224); }
H1.HeaderClassName
{
color: #2812E0;
}
.AnyTagClassName
{
color: #2812E0;
}
</style>
background-color css
<style>
a { background-color: #2812E0; }
a { background-color: rgb(40,18,224); }
div.DivClassName
{
background-color: #2812E0;
}
.BgClassName
{
background-color: #2812E0;
}
</style>
border-color css
<style>
span { border-color: #2812E0; }
span { border-color: rgb(40,18,224); }
td.TdClassName
{
border-color: #2812E0;
}
.TagClassName
{
border-color: #2812E0;
}
</style>