Shades of Medium Blue #270CD2
Tints of Medium Blue #270CD2
RGB
CMYK
RGB Variations
Color information
#270CD2 (or 0x270CD2) is known color: Medium Blue. HEX triplet: 27, 0C and D2. RGB value is (39,12,210). Sum of RGB (Red+Green+Blue) = 39+12+210=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 210 (82.42% from 255 or 80.46% from 261); Max value from RGB is 210 - color contains mainly: blue. Hex color #270CD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CD2 is #D8F32D. Grayscale: #292929. Windows color (decimal): -14218030 or 13765671. OLE color: 13765671.
HSL color Cylindrical-coordinate representation of color #270CD2: hue angle of 248.18º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270CD2 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 12 | 210 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.18 |
| HSL | 248.18º | 0.89% | 0.44% | - |
| HSV(B) | 248.18º | 0.94% | 0.82% | - |
| XYZ | 12.6 | 5.35 | 61.34 | - |
| YUV | 42.65 | 222.45 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 210 | 0.81 | 0.94 | 0 | 0.18 | 248.18 | 0.89 | 0.44 |
| Hex | 27 | C | D2 | 51 | 5E | 0 | 12 | F8 | 59 | 2C |
| Octal | 47 | 14 | 322 | 121 | 136 | 0 | 22 | 370 | 131 | 54 |
| Binary | 100111 | 1100 | 11010010 | 1010001 | 1011110 | 0 | 10010 | 11111000 | 1011001 | 101100 |
Color Harmonies of #270CD2
Complementary color
Monochromatic Colors of #270CD2
Black with #270CD2
Text Example
Text Example
White with #270CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CD2; }
p { color: rgb(39,12,210); }
H1.HeaderClassName
{
color: #270CD2;
}
.AnyTagClassName
{
color: #270CD2;
}
</style>
background-color css
<style>
a { background-color: #270CD2; }
a { background-color: rgb(39,12,210); }
div.DivClassName
{
background-color: #270CD2;
}
.BgClassName
{
background-color: #270CD2;
}
</style>
border-color css
<style>
span { border-color: #270CD2; }
span { border-color: rgb(39,12,210); }
td.TdClassName
{
border-color: #270CD2;
}
.TagClassName
{
border-color: #270CD2;
}
</style>