Shades of Medium Blue #2E06DA
Tints of Medium Blue #2E06DA
RGB
CMYK
RGB Variations
Color information
#2E06DA (or 0x2E06DA) is known color: Medium Blue. HEX triplet: 2E, 06 and DA. RGB value is (46,6,218). Sum of RGB (Red+Green+Blue) = 46+6+218=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 218 (85.55% from 255 or 80.74% from 270); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E06DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E06DA is #D1F925. Grayscale: #292929. Windows color (decimal): -13760806 or 14288430. OLE color: 14288430.
HSL color Cylindrical-coordinate representation of color #2E06DA: hue angle of 251.32º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E06DA is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 6 | 218 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.15 |
| HSL | 251.32º | 0.95% | 0.44% | - |
| HSV(B) | 251.32º | 0.97% | 0.85% | - |
| XYZ | 13.85 | 5.77 | 66.71 | - |
| YUV | 42.13 | 227.25 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 218 | 0.79 | 0.97 | 0 | 0.15 | 251.32 | 0.95 | 0.44 |
| Hex | 2E | 6 | DA | 4F | 61 | 0 | F | FB | 5F | 2C |
| Octal | 56 | 6 | 332 | 117 | 141 | 0 | 17 | 373 | 137 | 54 |
| Binary | 101110 | 110 | 11011010 | 1001111 | 1100001 | 0 | 1111 | 11111011 | 1011111 | 101100 |
Color Harmonies of #2E06DA
Complementary color
Monochromatic Colors of #2E06DA
Black with #2E06DA
Text Example
Text Example
White with #2E06DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E06DA; }
p { color: rgb(46,6,218); }
H1.HeaderClassName
{
color: #2E06DA;
}
.AnyTagClassName
{
color: #2E06DA;
}
</style>
background-color css
<style>
a { background-color: #2E06DA; }
a { background-color: rgb(46,6,218); }
div.DivClassName
{
background-color: #2E06DA;
}
.BgClassName
{
background-color: #2E06DA;
}
</style>
border-color css
<style>
span { border-color: #2E06DA; }
span { border-color: rgb(46,6,218); }
td.TdClassName
{
border-color: #2E06DA;
}
.TagClassName
{
border-color: #2E06DA;
}
</style>