Shades of Medium Blue #270DDD
Tints of Medium Blue #270DDD
RGB
CMYK
RGB Variations
Color information
#270DDD (or 0x270DDD) is known color: Medium Blue. HEX triplet: 27, 0D and DD. RGB value is (39,13,221). Sum of RGB (Red+Green+Blue) = 39+13+221=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #270DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DDD is #D8F222. Grayscale: #2B2B2B. Windows color (decimal): -14217763 or 14486823. OLE color: 14486823.
HSL color Cylindrical-coordinate representation of color #270DDD: hue angle of 247.5º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270DDD is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 13 | 221 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.13 |
| HSL | 247.5º | 0.89% | 0.46% | - |
| HSV(B) | 247.5º | 0.94% | 0.87% | - |
| XYZ | 14.03 | 5.94 | 68.81 | - |
| YUV | 44.49 | 227.61 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 221 | 0.82 | 0.94 | 0 | 0.13 | 247.5 | 0.89 | 0.46 |
| Hex | 27 | D | DD | 52 | 5E | 0 | D | F8 | 59 | 2E |
| Octal | 47 | 15 | 335 | 122 | 136 | 0 | 15 | 370 | 131 | 56 |
| Binary | 100111 | 1101 | 11011101 | 1010010 | 1011110 | 0 | 1101 | 11111000 | 1011001 | 101110 |
Color Harmonies of #270DDD
Complementary color
Monochromatic Colors of #270DDD
Black with #270DDD
Text Example
Text Example
White with #270DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DDD; }
p { color: rgb(39,13,221); }
H1.HeaderClassName
{
color: #270DDD;
}
.AnyTagClassName
{
color: #270DDD;
}
</style>
background-color css
<style>
a { background-color: #270DDD; }
a { background-color: rgb(39,13,221); }
div.DivClassName
{
background-color: #270DDD;
}
.BgClassName
{
background-color: #270DDD;
}
</style>
border-color css
<style>
span { border-color: #270DDD; }
span { border-color: rgb(39,13,221); }
td.TdClassName
{
border-color: #270DDD;
}
.TagClassName
{
border-color: #270DDD;
}
</style>