Shades of Medium Blue #270FDD
Tints of Medium Blue #270FDD
RGB
CMYK
RGB Variations
Color information
#270FDD (or 0x270FDD) is known color: Medium Blue. HEX triplet: 27, 0F and DD. RGB value is (39,15,221). Sum of RGB (Red+Green+Blue) = 39+15+221=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #270FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FDD is #D8F022. Grayscale: #2C2C2C. Windows color (decimal): -14217251 or 14487335. OLE color: 14487335.
HSL color Cylindrical-coordinate representation of color #270FDD: hue angle of 246.99º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270FDD is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 15 | 221 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.13 |
| HSL | 246.99º | 0.87% | 0.46% | - |
| HSV(B) | 246.99º | 0.93% | 0.87% | - |
| XYZ | 14.06 | 5.99 | 68.82 | - |
| YUV | 45.66 | 226.95 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 221 | 0.82 | 0.93 | 0 | 0.13 | 246.99 | 0.87 | 0.46 |
| Hex | 27 | F | DD | 52 | 5D | 0 | D | F7 | 57 | 2E |
| Octal | 47 | 17 | 335 | 122 | 135 | 0 | 15 | 367 | 127 | 56 |
| Binary | 100111 | 1111 | 11011101 | 1010010 | 1011101 | 0 | 1101 | 11110111 | 1010111 | 101110 |
Color Harmonies of #270FDD
Complementary color
Monochromatic Colors of #270FDD
Black with #270FDD
Text Example
Text Example
White with #270FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FDD; }
p { color: rgb(39,15,221); }
H1.HeaderClassName
{
color: #270FDD;
}
.AnyTagClassName
{
color: #270FDD;
}
</style>
background-color css
<style>
a { background-color: #270FDD; }
a { background-color: rgb(39,15,221); }
div.DivClassName
{
background-color: #270FDD;
}
.BgClassName
{
background-color: #270FDD;
}
</style>
border-color css
<style>
span { border-color: #270FDD; }
span { border-color: rgb(39,15,221); }
td.TdClassName
{
border-color: #270FDD;
}
.TagClassName
{
border-color: #270FDD;
}
</style>