Shades of Medium Blue #271ADE
Tints of Medium Blue #271ADE
RGB
CMYK
RGB Variations
Color information
#271ADE (or 0x271ADE) is known color: Medium Blue. HEX triplet: 27, 1A and DE. RGB value is (39,26,222). Sum of RGB (Red+Green+Blue) = 39+26+222=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #271ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271ADE is #D8E521. Grayscale: #333333. Windows color (decimal): -14214434 or 14555687. OLE color: 14555687.
HSL color Cylindrical-coordinate representation of color #271ADE: hue angle of 243.98º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271ADE is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 26 | 222 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.13 |
| HSL | 243.98º | 0.79% | 0.49% | - |
| HSV(B) | 243.98º | 0.88% | 0.87% | - |
| XYZ | 14.39 | 6.44 | 69.59 | - |
| YUV | 52.23 | 223.81 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 222 | 0.82 | 0.88 | 0 | 0.13 | 243.98 | 0.79 | 0.49 |
| Hex | 27 | 1A | DE | 52 | 58 | 0 | D | F4 | 4F | 31 |
| Octal | 47 | 32 | 336 | 122 | 130 | 0 | 15 | 364 | 117 | 61 |
| Binary | 100111 | 11010 | 11011110 | 1010010 | 1011000 | 0 | 1101 | 11110100 | 1001111 | 110001 |
Color Harmonies of #271ADE
Complementary color
Monochromatic Colors of #271ADE
Black with #271ADE
Text Example
Text Example
White with #271ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271ADE; }
p { color: rgb(39,26,222); }
H1.HeaderClassName
{
color: #271ADE;
}
.AnyTagClassName
{
color: #271ADE;
}
</style>
background-color css
<style>
a { background-color: #271ADE; }
a { background-color: rgb(39,26,222); }
div.DivClassName
{
background-color: #271ADE;
}
.BgClassName
{
background-color: #271ADE;
}
</style>
border-color css
<style>
span { border-color: #271ADE; }
span { border-color: rgb(39,26,222); }
td.TdClassName
{
border-color: #271ADE;
}
.TagClassName
{
border-color: #271ADE;
}
</style>