Shades of Blue #270BEB
Tints of Blue #270BEB
RGB
CMYK
RGB Variations
Color information
#270BEB (or 0x270BEB) is known color: Blue. HEX triplet: 27, 0B and EB. RGB value is (39,11,235). Sum of RGB (Red+Green+Blue) = 39+11+235=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 235 (92.19% from 255 or 82.46% from 285); Max value from RGB is 235 - color contains mainly: blue. Hex color #270BEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #270BEB is #D8F414. Grayscale: #2C2C2C. Windows color (decimal): -14218261 or 15403815. OLE color: 15403815.
HSL color Cylindrical-coordinate representation of color #270BEB: hue angle of 247.5º degrees, saturation: 0.91, 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 #270BEB is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 11 | 235 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.08 |
| HSL | 247.5º | 0.91% | 0.48% | - |
| HSV(B) | 247.5º | 0.95% | 0.92% | - |
| XYZ | 15.95 | 6.67 | 79.04 | - |
| YUV | 44.91 | 235.28 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 235 | 0.83 | 0.95 | 0 | 0.08 | 247.5 | 0.91 | 0.48 |
| Hex | 27 | B | EB | 53 | 5F | 0 | 8 | F8 | 5B | 30 |
| Octal | 47 | 13 | 353 | 123 | 137 | 0 | 10 | 370 | 133 | 60 |
| Binary | 100111 | 1011 | 11101011 | 1010011 | 1011111 | 0 | 1000 | 11111000 | 1011011 | 110000 |
Color Harmonies of #270BEB
Complementary color
Monochromatic Colors of #270BEB
Black with #270BEB
Text Example
Text Example
White with #270BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BEB; }
p { color: rgb(39,11,235); }
H1.HeaderClassName
{
color: #270BEB;
}
.AnyTagClassName
{
color: #270BEB;
}
</style>
background-color css
<style>
a { background-color: #270BEB; }
a { background-color: rgb(39,11,235); }
div.DivClassName
{
background-color: #270BEB;
}
.BgClassName
{
background-color: #270BEB;
}
</style>
border-color css
<style>
span { border-color: #270BEB; }
span { border-color: rgb(39,11,235); }
td.TdClassName
{
border-color: #270BEB;
}
.TagClassName
{
border-color: #270BEB;
}
</style>