Shades of Medium Blue #270AD5
Tints of Medium Blue #270AD5
RGB
CMYK
RGB Variations
Color information
#270AD5 (or 0x270AD5) is known color: Medium Blue. HEX triplet: 27, 0A and D5. RGB value is (39,10,213). Sum of RGB (Red+Green+Blue) = 39+10+213=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 213 (83.59% from 255 or 81.30% from 262); Max value from RGB is 213 - color contains mainly: blue. Hex color #270AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270AD5 is #D8F52A. Grayscale: #292929. Windows color (decimal): -14218539 or 13961767. OLE color: 13961767.
HSL color Cylindrical-coordinate representation of color #270AD5: hue angle of 248.57º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270AD5 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 10 | 213 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.16 |
| HSL | 248.57º | 0.91% | 0.44% | - |
| HSV(B) | 248.57º | 0.95% | 0.84% | - |
| XYZ | 12.96 | 5.45 | 63.32 | - |
| YUV | 41.81 | 224.61 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 213 | 0.82 | 0.95 | 0 | 0.16 | 248.57 | 0.91 | 0.44 |
| Hex | 27 | A | D5 | 52 | 5F | 0 | 10 | F9 | 5B | 2C |
| Octal | 47 | 12 | 325 | 122 | 137 | 0 | 20 | 371 | 133 | 54 |
| Binary | 100111 | 1010 | 11010101 | 1010010 | 1011111 | 0 | 10000 | 11111001 | 1011011 | 101100 |
Color Harmonies of #270AD5
Complementary color
Monochromatic Colors of #270AD5
Black with #270AD5
Text Example
Text Example
White with #270AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270AD5; }
p { color: rgb(39,10,213); }
H1.HeaderClassName
{
color: #270AD5;
}
.AnyTagClassName
{
color: #270AD5;
}
</style>
background-color css
<style>
a { background-color: #270AD5; }
a { background-color: rgb(39,10,213); }
div.DivClassName
{
background-color: #270AD5;
}
.BgClassName
{
background-color: #270AD5;
}
</style>
border-color css
<style>
span { border-color: #270AD5; }
span { border-color: rgb(39,10,213); }
td.TdClassName
{
border-color: #270AD5;
}
.TagClassName
{
border-color: #270AD5;
}
</style>