Shades of Medium Blue #270FE2
Tints of Medium Blue #270FE2
RGB
CMYK
RGB Variations
Color information
#270FE2 (or 0x270FE2) is known color: Medium Blue. HEX triplet: 27, 0F and E2. RGB value is (39,15,226). Sum of RGB (Red+Green+Blue) = 39+15+226=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 226 (88.67% from 255 or 80.71% from 280); Max value from RGB is 226 - color contains mainly: blue. Hex color #270FE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FE2 is #D8F01D. Grayscale: #2D2D2D. Windows color (decimal): -14217246 or 14815015. OLE color: 14815015.
HSL color Cylindrical-coordinate representation of color #270FE2: hue angle of 246.82º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270FE2 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 15 | 226 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.11 |
| HSL | 246.82º | 0.88% | 0.47% | - |
| HSV(B) | 246.82º | 0.93% | 0.89% | - |
| XYZ | 14.73 | 6.26 | 72.38 | - |
| YUV | 46.23 | 229.45 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 226 | 0.83 | 0.93 | 0 | 0.11 | 246.82 | 0.88 | 0.47 |
| Hex | 27 | F | E2 | 53 | 5D | 0 | B | F7 | 58 | 2F |
| Octal | 47 | 17 | 342 | 123 | 135 | 0 | 13 | 367 | 130 | 57 |
| Binary | 100111 | 1111 | 11100010 | 1010011 | 1011101 | 0 | 1011 | 11110111 | 1011000 | 101111 |
Color Harmonies of #270FE2
Complementary color
Monochromatic Colors of #270FE2
Black with #270FE2
Text Example
Text Example
White with #270FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FE2; }
p { color: rgb(39,15,226); }
H1.HeaderClassName
{
color: #270FE2;
}
.AnyTagClassName
{
color: #270FE2;
}
</style>
background-color css
<style>
a { background-color: #270FE2; }
a { background-color: rgb(39,15,226); }
div.DivClassName
{
background-color: #270FE2;
}
.BgClassName
{
background-color: #270FE2;
}
</style>
border-color css
<style>
span { border-color: #270FE2; }
span { border-color: rgb(39,15,226); }
td.TdClassName
{
border-color: #270FE2;
}
.TagClassName
{
border-color: #270FE2;
}
</style>