Shades of Medium Blue #270BDE
Tints of Medium Blue #270BDE
RGB
CMYK
RGB Variations
Color information
#270BDE (or 0x270BDE) is known color: Medium Blue. HEX triplet: 27, 0B and DE. RGB value is (39,11,222). Sum of RGB (Red+Green+Blue) = 39+11+222=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #270BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BDE is #D8F421. Grayscale: #2A2A2A. Windows color (decimal): -14218274 or 14551847. OLE color: 14551847.
HSL color Cylindrical-coordinate representation of color #270BDE: hue angle of 247.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270BDE is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 11 | 222 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.13 |
| HSL | 247.96º | 0.91% | 0.46% | - |
| HSV(B) | 247.96º | 0.95% | 0.87% | - |
| XYZ | 14.14 | 5.94 | 69.51 | - |
| YUV | 43.43 | 228.78 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 222 | 0.82 | 0.95 | 0 | 0.13 | 247.96 | 0.91 | 0.46 |
| Hex | 27 | B | DE | 52 | 5F | 0 | D | F8 | 5B | 2E |
| Octal | 47 | 13 | 336 | 122 | 137 | 0 | 15 | 370 | 133 | 56 |
| Binary | 100111 | 1011 | 11011110 | 1010010 | 1011111 | 0 | 1101 | 11111000 | 1011011 | 101110 |
Color Harmonies of #270BDE
Complementary color
Monochromatic Colors of #270BDE
Black with #270BDE
Text Example
Text Example
White with #270BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BDE; }
p { color: rgb(39,11,222); }
H1.HeaderClassName
{
color: #270BDE;
}
.AnyTagClassName
{
color: #270BDE;
}
</style>
background-color css
<style>
a { background-color: #270BDE; }
a { background-color: rgb(39,11,222); }
div.DivClassName
{
background-color: #270BDE;
}
.BgClassName
{
background-color: #270BDE;
}
</style>
border-color css
<style>
span { border-color: #270BDE; }
span { border-color: rgb(39,11,222); }
td.TdClassName
{
border-color: #270BDE;
}
.TagClassName
{
border-color: #270BDE;
}
</style>