Shades of Medium Blue #271ADF
Tints of Medium Blue #271ADF
RGB
CMYK
RGB Variations
Color information
#271ADF (or 0x271ADF) is known color: Medium Blue. HEX triplet: 27, 1A and DF. RGB value is (39,26,223). Sum of RGB (Red+Green+Blue) = 39+26+223=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #271ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271ADF is #D8E520. Grayscale: #333333. Windows color (decimal): -14214433 or 14621223. OLE color: 14621223.
HSL color Cylindrical-coordinate representation of color #271ADF: hue angle of 243.96º 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 #271ADF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 26 | 223 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.13 |
| HSL | 243.96º | 0.79% | 0.49% | - |
| HSV(B) | 243.96º | 0.88% | 0.87% | - |
| XYZ | 14.53 | 6.5 | 70.3 | - |
| YUV | 52.35 | 224.31 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 223 | 0.83 | 0.88 | 0 | 0.13 | 243.96 | 0.79 | 0.49 |
| Hex | 27 | 1A | DF | 53 | 58 | 0 | D | F4 | 4F | 31 |
| Octal | 47 | 32 | 337 | 123 | 130 | 0 | 15 | 364 | 117 | 61 |
| Binary | 100111 | 11010 | 11011111 | 1010011 | 1011000 | 0 | 1101 | 11110100 | 1001111 | 110001 |
Color Harmonies of #271ADF
Complementary color
Monochromatic Colors of #271ADF
Black with #271ADF
Text Example
Text Example
White with #271ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271ADF; }
p { color: rgb(39,26,223); }
H1.HeaderClassName
{
color: #271ADF;
}
.AnyTagClassName
{
color: #271ADF;
}
</style>
background-color css
<style>
a { background-color: #271ADF; }
a { background-color: rgb(39,26,223); }
div.DivClassName
{
background-color: #271ADF;
}
.BgClassName
{
background-color: #271ADF;
}
</style>
border-color css
<style>
span { border-color: #271ADF; }
span { border-color: rgb(39,26,223); }
td.TdClassName
{
border-color: #271ADF;
}
.TagClassName
{
border-color: #271ADF;
}
</style>