Shades of Blue #270CEB
Tints of Blue #270CEB
RGB
CMYK
RGB Variations
Color information
#270CEB (or 0x270CEB) is known color: Blue. HEX triplet: 27, 0C and EB. RGB value is (39,12,235). Sum of RGB (Red+Green+Blue) = 39+12+235=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 235 (92.19% from 255 or 82.17% from 286); Max value from RGB is 235 - color contains mainly: blue. Hex color #270CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270CEB is #D8F314. Grayscale: #2C2C2C. Windows color (decimal): -14218005 or 15404071. OLE color: 15404071.
HSL color Cylindrical-coordinate representation of color #270CEB: hue angle of 247.26º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270CEB is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 12 | 235 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.08 |
| HSL | 247.26º | 0.9% | 0.48% | - |
| HSV(B) | 247.26º | 0.95% | 0.92% | - |
| XYZ | 15.96 | 6.69 | 79.05 | - |
| YUV | 45.5 | 234.95 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 235 | 0.83 | 0.95 | 0 | 0.08 | 247.26 | 0.9 | 0.48 |
| Hex | 27 | C | EB | 53 | 5F | 0 | 8 | F7 | 5A | 30 |
| Octal | 47 | 14 | 353 | 123 | 137 | 0 | 10 | 367 | 132 | 60 |
| Binary | 100111 | 1100 | 11101011 | 1010011 | 1011111 | 0 | 1000 | 11110111 | 1011010 | 110000 |
Color Harmonies of #270CEB
Complementary color
Monochromatic Colors of #270CEB
Black with #270CEB
Text Example
Text Example
White with #270CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CEB; }
p { color: rgb(39,12,235); }
H1.HeaderClassName
{
color: #270CEB;
}
.AnyTagClassName
{
color: #270CEB;
}
</style>
background-color css
<style>
a { background-color: #270CEB; }
a { background-color: rgb(39,12,235); }
div.DivClassName
{
background-color: #270CEB;
}
.BgClassName
{
background-color: #270CEB;
}
</style>
border-color css
<style>
span { border-color: #270CEB; }
span { border-color: rgb(39,12,235); }
td.TdClassName
{
border-color: #270CEB;
}
.TagClassName
{
border-color: #270CEB;
}
</style>