Shades of Medium Blue #271BDF
Tints of Medium Blue #271BDF
RGB
CMYK
RGB Variations
Color information
#271BDF (or 0x271BDF) is known color: Medium Blue. HEX triplet: 27, 1B and DF. RGB value is (39,27,223). Sum of RGB (Red+Green+Blue) = 39+27+223=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #271BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BDF is #D8E420. Grayscale: #343434. Windows color (decimal): -14214177 or 14621479. OLE color: 14621479.
HSL color Cylindrical-coordinate representation of color #271BDF: hue angle of 243.67º degrees, saturation: 0.78, 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 #271BDF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 27 | 223 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.13 |
| HSL | 243.67º | 0.78% | 0.49% | - |
| HSV(B) | 243.67º | 0.88% | 0.87% | - |
| XYZ | 14.55 | 6.54 | 70.31 | - |
| YUV | 52.93 | 223.98 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 223 | 0.83 | 0.88 | 0 | 0.13 | 243.67 | 0.78 | 0.49 |
| Hex | 27 | 1B | DF | 53 | 58 | 0 | D | F4 | 4E | 31 |
| Octal | 47 | 33 | 337 | 123 | 130 | 0 | 15 | 364 | 116 | 61 |
| Binary | 100111 | 11011 | 11011111 | 1010011 | 1011000 | 0 | 1101 | 11110100 | 1001110 | 110001 |
Color Harmonies of #271BDF
Complementary color
Monochromatic Colors of #271BDF
Black with #271BDF
Text Example
Text Example
White with #271BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BDF; }
p { color: rgb(39,27,223); }
H1.HeaderClassName
{
color: #271BDF;
}
.AnyTagClassName
{
color: #271BDF;
}
</style>
background-color css
<style>
a { background-color: #271BDF; }
a { background-color: rgb(39,27,223); }
div.DivClassName
{
background-color: #271BDF;
}
.BgClassName
{
background-color: #271BDF;
}
</style>
border-color css
<style>
span { border-color: #271BDF; }
span { border-color: rgb(39,27,223); }
td.TdClassName
{
border-color: #271BDF;
}
.TagClassName
{
border-color: #271BDF;
}
</style>