Shades of Medium Blue #270AC1
Tints of Medium Blue #270AC1
RGB
CMYK
RGB Variations
Color information
#270AC1 (or 0x270AC1) is known color: Medium Blue. HEX triplet: 27, 0A and C1. RGB value is (39,10,193). Sum of RGB (Red+Green+Blue) = 39+10+193=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 193 (75.78% from 255 or 79.75% from 242); Max value from RGB is 193 - color contains mainly: blue. Hex color #270AC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270AC1 is #D8F53E. Grayscale: #262626. Windows color (decimal): -14218559 or 12651047. OLE color: 12651047.
HSL color Cylindrical-coordinate representation of color #270AC1: hue angle of 249.51º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270AC1 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 10 | 193 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.24 |
| HSL | 249.51º | 0.9% | 0.4% | - |
| HSV(B) | 249.51º | 0.95% | 0.76% | - |
| XYZ | 10.57 | 4.5 | 50.76 | - |
| YUV | 39.53 | 214.61 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 193 | 0.80 | 0.95 | 0 | 0.24 | 249.51 | 0.9 | 0.4 |
| Hex | 27 | A | C1 | 50 | 5F | 0 | 18 | FA | 5A | 28 |
| Octal | 47 | 12 | 301 | 120 | 137 | 0 | 30 | 372 | 132 | 50 |
| Binary | 100111 | 1010 | 11000001 | 1010000 | 1011111 | 0 | 11000 | 11111010 | 1011010 | 101000 |
Color Harmonies of #270AC1
Complementary color
Monochromatic Colors of #270AC1
Black with #270AC1
Text Example
Text Example
White with #270AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270AC1; }
p { color: rgb(39,10,193); }
H1.HeaderClassName
{
color: #270AC1;
}
.AnyTagClassName
{
color: #270AC1;
}
</style>
background-color css
<style>
a { background-color: #270AC1; }
a { background-color: rgb(39,10,193); }
div.DivClassName
{
background-color: #270AC1;
}
.BgClassName
{
background-color: #270AC1;
}
</style>
border-color css
<style>
span { border-color: #270AC1; }
span { border-color: rgb(39,10,193); }
td.TdClassName
{
border-color: #270AC1;
}
.TagClassName
{
border-color: #270AC1;
}
</style>