Shades of Medium Blue #270FDC
Tints of Medium Blue #270FDC
RGB
CMYK
RGB Variations
Color information
#270FDC (or 0x270FDC) is known color: Medium Blue. HEX triplet: 27, 0F and DC. RGB value is (39,15,220). Sum of RGB (Red+Green+Blue) = 39+15+220=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #270FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FDC is #D8F023. Grayscale: #2C2C2C. Windows color (decimal): -14217252 or 14421799. OLE color: 14421799.
HSL color Cylindrical-coordinate representation of color #270FDC: hue angle of 247.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270FDC is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 15 | 220 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.14 |
| HSL | 247.02º | 0.87% | 0.46% | - |
| HSV(B) | 247.02º | 0.93% | 0.86% | - |
| XYZ | 13.93 | 5.94 | 68.12 | - |
| YUV | 45.55 | 226.45 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 220 | 0.82 | 0.93 | 0 | 0.14 | 247.02 | 0.87 | 0.46 |
| Hex | 27 | F | DC | 52 | 5D | 0 | E | F7 | 57 | 2E |
| Octal | 47 | 17 | 334 | 122 | 135 | 0 | 16 | 367 | 127 | 56 |
| Binary | 100111 | 1111 | 11011100 | 1010010 | 1011101 | 0 | 1110 | 11110111 | 1010111 | 101110 |
Color Harmonies of #270FDC
Complementary color
Monochromatic Colors of #270FDC
Black with #270FDC
Text Example
Text Example
White with #270FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FDC; }
p { color: rgb(39,15,220); }
H1.HeaderClassName
{
color: #270FDC;
}
.AnyTagClassName
{
color: #270FDC;
}
</style>
background-color css
<style>
a { background-color: #270FDC; }
a { background-color: rgb(39,15,220); }
div.DivClassName
{
background-color: #270FDC;
}
.BgClassName
{
background-color: #270FDC;
}
</style>
border-color css
<style>
span { border-color: #270FDC; }
span { border-color: rgb(39,15,220); }
td.TdClassName
{
border-color: #270FDC;
}
.TagClassName
{
border-color: #270FDC;
}
</style>