Shades of Blue #270EFB
Tints of Blue #270EFB
RGB
CMYK
RGB Variations
Color information
#270EFB (or 0x270EFB) is known color: Blue. HEX triplet: 27, 0E and FB. RGB value is (39,14,251). Sum of RGB (Red+Green+Blue) = 39+14+251=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #270EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270EFB is #D8F104. Grayscale: #2F2F2F. Windows color (decimal): -14217477 or 16453159. OLE color: 16453159.
HSL color Cylindrical-coordinate representation of color #270EFB: hue angle of 246.33º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270EFB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 14 | 251 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.02 |
| HSL | 246.33º | 0.97% | 0.52% | - |
| HSV(B) | 246.33º | 0.94% | 0.98% | - |
| XYZ | 18.41 | 7.71 | 91.78 | - |
| YUV | 48.49 | 242.28 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 14 | 251 | 0.84 | 0.94 | 0 | 0.02 | 246.33 | 0.97 | 0.52 |
| Hex | 27 | E | FB | 54 | 5E | 0 | 2 | F6 | 61 | 34 |
| Octal | 47 | 16 | 373 | 124 | 136 | 0 | 2 | 366 | 141 | 64 |
| Binary | 100111 | 1110 | 11111011 | 1010100 | 1011110 | 0 | 10 | 11110110 | 1100001 | 110100 |
Color Harmonies of #270EFB
Complementary color
Monochromatic Colors of #270EFB
Black with #270EFB
Text Example
Text Example
White with #270EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270EFB; }
p { color: rgb(39,14,251); }
H1.HeaderClassName
{
color: #270EFB;
}
.AnyTagClassName
{
color: #270EFB;
}
</style>
background-color css
<style>
a { background-color: #270EFB; }
a { background-color: rgb(39,14,251); }
div.DivClassName
{
background-color: #270EFB;
}
.BgClassName
{
background-color: #270EFB;
}
</style>
border-color css
<style>
span { border-color: #270EFB; }
span { border-color: rgb(39,14,251); }
td.TdClassName
{
border-color: #270EFB;
}
.TagClassName
{
border-color: #270EFB;
}
</style>