Shades of Medium Blue #271CDF
Tints of Medium Blue #271CDF
RGB
CMYK
RGB Variations
Color information
#271CDF (or 0x271CDF) is known color: Medium Blue. HEX triplet: 27, 1C and DF. RGB value is (39,28,223). Sum of RGB (Red+Green+Blue) = 39+28+223=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #271CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CDF is #D8E320. Grayscale: #343434. Windows color (decimal): -14213921 or 14621735. OLE color: 14621735.
HSL color Cylindrical-coordinate representation of color #271CDF: hue angle of 243.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271CDF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 28 | 223 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.13 |
| HSL | 243.38º | 0.78% | 0.49% | - |
| HSV(B) | 243.38º | 0.87% | 0.87% | - |
| XYZ | 14.57 | 6.59 | 70.32 | - |
| YUV | 53.52 | 223.64 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 223 | 0.83 | 0.87 | 0 | 0.13 | 243.38 | 0.78 | 0.49 |
| Hex | 27 | 1C | DF | 53 | 57 | 0 | D | F3 | 4E | 31 |
| Octal | 47 | 34 | 337 | 123 | 127 | 0 | 15 | 363 | 116 | 61 |
| Binary | 100111 | 11100 | 11011111 | 1010011 | 1010111 | 0 | 1101 | 11110011 | 1001110 | 110001 |
Color Harmonies of #271CDF
Complementary color
Monochromatic Colors of #271CDF
Black with #271CDF
Text Example
Text Example
White with #271CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271CDF; }
p { color: rgb(39,28,223); }
H1.HeaderClassName
{
color: #271CDF;
}
.AnyTagClassName
{
color: #271CDF;
}
</style>
background-color css
<style>
a { background-color: #271CDF; }
a { background-color: rgb(39,28,223); }
div.DivClassName
{
background-color: #271CDF;
}
.BgClassName
{
background-color: #271CDF;
}
</style>
border-color css
<style>
span { border-color: #271CDF; }
span { border-color: rgb(39,28,223); }
td.TdClassName
{
border-color: #271CDF;
}
.TagClassName
{
border-color: #271CDF;
}
</style>