Shades of Medium Blue #270DDB
Tints of Medium Blue #270DDB
RGB
CMYK
RGB Variations
Color information
#270DDB (or 0x270DDB) is known color: Medium Blue. HEX triplet: 27, 0D and DB. RGB value is (39,13,219). Sum of RGB (Red+Green+Blue) = 39+13+219=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #270DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DDB is #D8F224. Grayscale: #2B2B2B. Windows color (decimal): -14217765 or 14355751. OLE color: 14355751.
HSL color Cylindrical-coordinate representation of color #270DDB: hue angle of 247.57º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270DDB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 13 | 219 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.14 |
| HSL | 247.57º | 0.89% | 0.45% | - |
| HSV(B) | 247.57º | 0.94% | 0.86% | - |
| XYZ | 13.77 | 5.83 | 67.42 | - |
| YUV | 44.26 | 226.61 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 219 | 0.82 | 0.94 | 0 | 0.14 | 247.57 | 0.89 | 0.45 |
| Hex | 27 | D | DB | 52 | 5E | 0 | E | F8 | 59 | 2D |
| Octal | 47 | 15 | 333 | 122 | 136 | 0 | 16 | 370 | 131 | 55 |
| Binary | 100111 | 1101 | 11011011 | 1010010 | 1011110 | 0 | 1110 | 11111000 | 1011001 | 101101 |
Color Harmonies of #270DDB
Complementary color
Monochromatic Colors of #270DDB
Black with #270DDB
Text Example
Text Example
White with #270DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DDB; }
p { color: rgb(39,13,219); }
H1.HeaderClassName
{
color: #270DDB;
}
.AnyTagClassName
{
color: #270DDB;
}
</style>
background-color css
<style>
a { background-color: #270DDB; }
a { background-color: rgb(39,13,219); }
div.DivClassName
{
background-color: #270DDB;
}
.BgClassName
{
background-color: #270DDB;
}
</style>
border-color css
<style>
span { border-color: #270DDB; }
span { border-color: rgb(39,13,219); }
td.TdClassName
{
border-color: #270DDB;
}
.TagClassName
{
border-color: #270DDB;
}
</style>