Shades of Medium Blue #270CCE
Tints of Medium Blue #270CCE
RGB
CMYK
RGB Variations
Color information
#270CCE (or 0x270CCE) is known color: Medium Blue. HEX triplet: 27, 0C and CE. RGB value is (39,12,206). Sum of RGB (Red+Green+Blue) = 39+12+206=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #270CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CCE is #D8F331. Grayscale: #292929. Windows color (decimal): -14218034 or 13503527. OLE color: 13503527.
HSL color Cylindrical-coordinate representation of color #270CCE: hue angle of 248.35º degrees, saturation: 0.89, 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 #270CCE is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 12 | 206 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.19 |
| HSL | 248.35º | 0.89% | 0.43% | - |
| HSV(B) | 248.35º | 0.94% | 0.81% | - |
| XYZ | 12.11 | 5.15 | 58.75 | - |
| YUV | 42.19 | 220.45 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 206 | 0.81 | 0.94 | 0 | 0.19 | 248.35 | 0.89 | 0.43 |
| Hex | 27 | C | CE | 51 | 5E | 0 | 13 | F8 | 59 | 2B |
| Octal | 47 | 14 | 316 | 121 | 136 | 0 | 23 | 370 | 131 | 53 |
| Binary | 100111 | 1100 | 11001110 | 1010001 | 1011110 | 0 | 10011 | 11111000 | 1011001 | 101011 |
Color Harmonies of #270CCE
Complementary color
Monochromatic Colors of #270CCE
Black with #270CCE
Text Example
Text Example
White with #270CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CCE; }
p { color: rgb(39,12,206); }
H1.HeaderClassName
{
color: #270CCE;
}
.AnyTagClassName
{
color: #270CCE;
}
</style>
background-color css
<style>
a { background-color: #270CCE; }
a { background-color: rgb(39,12,206); }
div.DivClassName
{
background-color: #270CCE;
}
.BgClassName
{
background-color: #270CCE;
}
</style>
border-color css
<style>
span { border-color: #270CCE; }
span { border-color: rgb(39,12,206); }
td.TdClassName
{
border-color: #270CCE;
}
.TagClassName
{
border-color: #270CCE;
}
</style>