Shades of Blue #270EEC
Tints of Blue #270EEC
RGB
CMYK
RGB Variations
Color information
#270EEC (or 0x270EEC) is known color: Blue. HEX triplet: 27, 0E and EC. RGB value is (39,14,236). Sum of RGB (Red+Green+Blue) = 39+14+236=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 236 (92.58% from 255 or 81.66% from 289); Max value from RGB is 236 - color contains mainly: blue. Hex color #270EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270EEC is #D8F113. Grayscale: #2D2D2D. Windows color (decimal): -14217492 or 15470119. OLE color: 15470119.
HSL color Cylindrical-coordinate representation of color #270EEC: hue angle of 246.76º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270EEC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 14 | 236 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.07 |
| HSL | 246.76º | 0.89% | 0.49% | - |
| HSV(B) | 246.76º | 0.94% | 0.93% | - |
| XYZ | 16.13 | 6.8 | 79.82 | - |
| YUV | 46.78 | 234.78 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 236 | 0.83 | 0.94 | 0 | 0.07 | 246.76 | 0.89 | 0.49 |
| Hex | 27 | E | EC | 53 | 5E | 0 | 7 | F7 | 59 | 31 |
| Octal | 47 | 16 | 354 | 123 | 136 | 0 | 7 | 367 | 131 | 61 |
| Binary | 100111 | 1110 | 11101100 | 1010011 | 1011110 | 0 | 111 | 11110111 | 1011001 | 110001 |
Color Harmonies of #270EEC
Complementary color
Monochromatic Colors of #270EEC
Black with #270EEC
Text Example
Text Example
White with #270EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270EEC; }
p { color: rgb(39,14,236); }
H1.HeaderClassName
{
color: #270EEC;
}
.AnyTagClassName
{
color: #270EEC;
}
</style>
background-color css
<style>
a { background-color: #270EEC; }
a { background-color: rgb(39,14,236); }
div.DivClassName
{
background-color: #270EEC;
}
.BgClassName
{
background-color: #270EEC;
}
</style>
border-color css
<style>
span { border-color: #270EEC; }
span { border-color: rgb(39,14,236); }
td.TdClassName
{
border-color: #270EEC;
}
.TagClassName
{
border-color: #270EEC;
}
</style>