Shades of Blue #270EEE
Tints of Blue #270EEE
RGB
CMYK
RGB Variations
Color information
#270EEE (or 0x270EEE) is known color: Blue. HEX triplet: 27, 0E and EE. RGB value is (39,14,238). Sum of RGB (Red+Green+Blue) = 39+14+238=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 238 (93.36% from 255 or 81.79% from 291); Max value from RGB is 238 - color contains mainly: blue. Hex color #270EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270EEE is #D8F111. Grayscale: #2E2E2E. Windows color (decimal): -14217490 or 15601191. OLE color: 15601191.
HSL color Cylindrical-coordinate representation of color #270EEE: hue angle of 246.7º 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 #270EEE is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 14 | 238 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.07 |
| HSL | 246.7º | 0.89% | 0.49% | - |
| HSV(B) | 246.7º | 0.94% | 0.93% | - |
| XYZ | 16.43 | 6.92 | 81.36 | - |
| YUV | 47.01 | 235.78 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 238 | 0.84 | 0.94 | 0 | 0.07 | 246.7 | 0.89 | 0.49 |
| Hex | 27 | E | EE | 54 | 5E | 0 | 7 | F7 | 59 | 31 |
| Octal | 47 | 16 | 356 | 124 | 136 | 0 | 7 | 367 | 131 | 61 |
| Binary | 100111 | 1110 | 11101110 | 1010100 | 1011110 | 0 | 111 | 11110111 | 1011001 | 110001 |
Color Harmonies of #270EEE
Complementary color
Monochromatic Colors of #270EEE
Black with #270EEE
Text Example
Text Example
White with #270EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270EEE; }
p { color: rgb(39,14,238); }
H1.HeaderClassName
{
color: #270EEE;
}
.AnyTagClassName
{
color: #270EEE;
}
</style>
background-color css
<style>
a { background-color: #270EEE; }
a { background-color: rgb(39,14,238); }
div.DivClassName
{
background-color: #270EEE;
}
.BgClassName
{
background-color: #270EEE;
}
</style>
border-color css
<style>
span { border-color: #270EEE; }
span { border-color: rgb(39,14,238); }
td.TdClassName
{
border-color: #270EEE;
}
.TagClassName
{
border-color: #270EEE;
}
</style>