Shades of Medium Blue #2E02DA
Tints of Medium Blue #2E02DA
RGB
CMYK
RGB Variations
Color information
#2E02DA (or 0x2E02DA) is known color: Medium Blue. HEX triplet: 2E, 02 and DA. RGB value is (46,2,218). Sum of RGB (Red+Green+Blue) = 46+2+218=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E02DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E02DA is #D1FD25. Grayscale: #262626. Windows color (decimal): -13761830 or 14287406. OLE color: 14287406.
HSL color Cylindrical-coordinate representation of color #2E02DA: hue angle of 252.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E02DA is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 2 | 218 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.15 |
| HSL | 252.22º | 0.98% | 0.43% | - |
| HSV(B) | 252.22º | 0.99% | 0.85% | - |
| XYZ | 13.8 | 5.69 | 66.7 | - |
| YUV | 39.78 | 228.58 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 218 | 0.79 | 0.99 | 0 | 0.15 | 252.22 | 0.98 | 0.43 |
| Hex | 2E | 2 | DA | 4F | 63 | 0 | F | FC | 62 | 2B |
| Octal | 56 | 2 | 332 | 117 | 143 | 0 | 17 | 374 | 142 | 53 |
| Binary | 101110 | 10 | 11011010 | 1001111 | 1100011 | 0 | 1111 | 11111100 | 1100010 | 101011 |
Color Harmonies of #2E02DA
Complementary color
Monochromatic Colors of #2E02DA
Black with #2E02DA
Text Example
Text Example
White with #2E02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E02DA; }
p { color: rgb(46,2,218); }
H1.HeaderClassName
{
color: #2E02DA;
}
.AnyTagClassName
{
color: #2E02DA;
}
</style>
background-color css
<style>
a { background-color: #2E02DA; }
a { background-color: rgb(46,2,218); }
div.DivClassName
{
background-color: #2E02DA;
}
.BgClassName
{
background-color: #2E02DA;
}
</style>
border-color css
<style>
span { border-color: #2E02DA; }
span { border-color: rgb(46,2,218); }
td.TdClassName
{
border-color: #2E02DA;
}
.TagClassName
{
border-color: #2E02DA;
}
</style>