Shades of Medium Blue #270ED4
Tints of Medium Blue #270ED4
RGB
CMYK
RGB Variations
Color information
#270ED4 (or 0x270ED4) is known color: Medium Blue. HEX triplet: 27, 0E and D4. RGB value is (39,14,212). Sum of RGB (Red+Green+Blue) = 39+14+212=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 212 (83.20% from 255 or 80% from 265); Max value from RGB is 212 - color contains mainly: blue. Hex color #270ED4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270ED4 is #D8F12B. Grayscale: #2B2B2B. Windows color (decimal): -14217516 or 13897255. OLE color: 13897255.
HSL color Cylindrical-coordinate representation of color #270ED4: hue angle of 247.58º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270ED4 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 14 | 212 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.17 |
| HSL | 247.58º | 0.88% | 0.44% | - |
| HSV(B) | 247.58º | 0.93% | 0.83% | - |
| XYZ | 12.88 | 5.5 | 62.67 | - |
| YUV | 44.05 | 222.78 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 212 | 0.82 | 0.93 | 0 | 0.17 | 247.58 | 0.88 | 0.44 |
| Hex | 27 | E | D4 | 52 | 5D | 0 | 11 | F8 | 58 | 2C |
| Octal | 47 | 16 | 324 | 122 | 135 | 0 | 21 | 370 | 130 | 54 |
| Binary | 100111 | 1110 | 11010100 | 1010010 | 1011101 | 0 | 10001 | 11111000 | 1011000 | 101100 |
Color Harmonies of #270ED4
Complementary color
Monochromatic Colors of #270ED4
Black with #270ED4
Text Example
Text Example
White with #270ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270ED4; }
p { color: rgb(39,14,212); }
H1.HeaderClassName
{
color: #270ED4;
}
.AnyTagClassName
{
color: #270ED4;
}
</style>
background-color css
<style>
a { background-color: #270ED4; }
a { background-color: rgb(39,14,212); }
div.DivClassName
{
background-color: #270ED4;
}
.BgClassName
{
background-color: #270ED4;
}
</style>
border-color css
<style>
span { border-color: #270ED4; }
span { border-color: rgb(39,14,212); }
td.TdClassName
{
border-color: #270ED4;
}
.TagClassName
{
border-color: #270ED4;
}
</style>