Shades of Blue #270FEF
Tints of Blue #270FEF
RGB
CMYK
RGB Variations
Color information
#270FEF (or 0x270FEF) is known color: Blue. HEX triplet: 27, 0F and EF. RGB value is (39,15,239). Sum of RGB (Red+Green+Blue) = 39+15+239=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #270FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270FEF is #D8F010. Grayscale: #2E2E2E. Windows color (decimal): -14217233 or 15666983. OLE color: 15666983.
HSL color Cylindrical-coordinate representation of color #270FEF: hue angle of 246.43º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270FEF is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 15 | 239 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.06 |
| HSL | 246.43º | 0.88% | 0.5% | - |
| HSV(B) | 246.43º | 0.94% | 0.94% | - |
| XYZ | 16.59 | 7 | 82.14 | - |
| YUV | 47.71 | 235.95 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 239 | 0.84 | 0.94 | 0 | 0.06 | 246.43 | 0.88 | 0.5 |
| Hex | 27 | F | EF | 54 | 5E | 0 | 6 | F6 | 58 | 32 |
| Octal | 47 | 17 | 357 | 124 | 136 | 0 | 6 | 366 | 130 | 62 |
| Binary | 100111 | 1111 | 11101111 | 1010100 | 1011110 | 0 | 110 | 11110110 | 1011000 | 110010 |
Color Harmonies of #270FEF
Complementary color
Monochromatic Colors of #270FEF
Black with #270FEF
Text Example
Text Example
White with #270FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FEF; }
p { color: rgb(39,15,239); }
H1.HeaderClassName
{
color: #270FEF;
}
.AnyTagClassName
{
color: #270FEF;
}
</style>
background-color css
<style>
a { background-color: #270FEF; }
a { background-color: rgb(39,15,239); }
div.DivClassName
{
background-color: #270FEF;
}
.BgClassName
{
background-color: #270FEF;
}
</style>
border-color css
<style>
span { border-color: #270FEF; }
span { border-color: rgb(39,15,239); }
td.TdClassName
{
border-color: #270FEF;
}
.TagClassName
{
border-color: #270FEF;
}
</style>