Shades of Medium Blue #270DCE
Tints of Medium Blue #270DCE
RGB
CMYK
RGB Variations
Color information
#270DCE (or 0x270DCE) is known color: Medium Blue. HEX triplet: 27, 0D and CE. RGB value is (39,13,206). Sum of RGB (Red+Green+Blue) = 39+13+206=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #270DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DCE is #D8F231. Grayscale: #2A2A2A. Windows color (decimal): -14217778 or 13503783. OLE color: 13503783.
HSL color Cylindrical-coordinate representation of color #270DCE: hue angle of 248.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270DCE is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 13 | 206 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.19 |
| HSL | 248.08º | 0.88% | 0.43% | - |
| HSV(B) | 248.08º | 0.94% | 0.81% | - |
| XYZ | 12.12 | 5.18 | 58.75 | - |
| YUV | 42.78 | 220.11 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 206 | 0.81 | 0.94 | 0 | 0.19 | 248.08 | 0.88 | 0.43 |
| Hex | 27 | D | CE | 51 | 5E | 0 | 13 | F8 | 58 | 2B |
| Octal | 47 | 15 | 316 | 121 | 136 | 0 | 23 | 370 | 130 | 53 |
| Binary | 100111 | 1101 | 11001110 | 1010001 | 1011110 | 0 | 10011 | 11111000 | 1011000 | 101011 |
Color Harmonies of #270DCE
Complementary color
Monochromatic Colors of #270DCE
Black with #270DCE
Text Example
Text Example
White with #270DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DCE; }
p { color: rgb(39,13,206); }
H1.HeaderClassName
{
color: #270DCE;
}
.AnyTagClassName
{
color: #270DCE;
}
</style>
background-color css
<style>
a { background-color: #270DCE; }
a { background-color: rgb(39,13,206); }
div.DivClassName
{
background-color: #270DCE;
}
.BgClassName
{
background-color: #270DCE;
}
</style>
border-color css
<style>
span { border-color: #270DCE; }
span { border-color: rgb(39,13,206); }
td.TdClassName
{
border-color: #270DCE;
}
.TagClassName
{
border-color: #270DCE;
}
</style>