Shades of Medium Blue #270FD5
Tints of Medium Blue #270FD5
RGB
CMYK
RGB Variations
Color information
#270FD5 (or 0x270FD5) is known color: Medium Blue. HEX triplet: 27, 0F and D5. RGB value is (39,15,213). Sum of RGB (Red+Green+Blue) = 39+15+213=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 213 (83.59% from 255 or 79.78% from 267); Max value from RGB is 213 - color contains mainly: blue. Hex color #270FD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FD5 is #D8F02A. Grayscale: #2B2B2B. Windows color (decimal): -14217259 or 13963047. OLE color: 13963047.
HSL color Cylindrical-coordinate representation of color #270FD5: hue angle of 247.27º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270FD5 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 15 | 213 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.16 |
| HSL | 247.27º | 0.87% | 0.45% | - |
| HSV(B) | 247.27º | 0.93% | 0.84% | - |
| XYZ | 13.02 | 5.58 | 63.34 | - |
| YUV | 44.75 | 222.95 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 213 | 0.82 | 0.93 | 0 | 0.16 | 247.27 | 0.87 | 0.45 |
| Hex | 27 | F | D5 | 52 | 5D | 0 | 10 | F7 | 57 | 2D |
| Octal | 47 | 17 | 325 | 122 | 135 | 0 | 20 | 367 | 127 | 55 |
| Binary | 100111 | 1111 | 11010101 | 1010010 | 1011101 | 0 | 10000 | 11110111 | 1010111 | 101101 |
Color Harmonies of #270FD5
Complementary color
Monochromatic Colors of #270FD5
Black with #270FD5
Text Example
Text Example
White with #270FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FD5; }
p { color: rgb(39,15,213); }
H1.HeaderClassName
{
color: #270FD5;
}
.AnyTagClassName
{
color: #270FD5;
}
</style>
background-color css
<style>
a { background-color: #270FD5; }
a { background-color: rgb(39,15,213); }
div.DivClassName
{
background-color: #270FD5;
}
.BgClassName
{
background-color: #270FD5;
}
</style>
border-color css
<style>
span { border-color: #270FD5; }
span { border-color: rgb(39,15,213); }
td.TdClassName
{
border-color: #270FD5;
}
.TagClassName
{
border-color: #270FD5;
}
</style>