Shades of Medium Blue #270DCC
Tints of Medium Blue #270DCC
RGB
CMYK
RGB Variations
Color information
#270DCC (or 0x270DCC) is known color: Medium Blue. HEX triplet: 27, 0D and CC. RGB value is (39,13,204). Sum of RGB (Red+Green+Blue) = 39+13+204=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #270DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DCC is #D8F233. Grayscale: #292929. Windows color (decimal): -14217780 or 13372711. OLE color: 13372711.
HSL color Cylindrical-coordinate representation of color #270DCC: hue angle of 248.17º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270DCC is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 13 | 204 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.2 |
| HSL | 248.17º | 0.88% | 0.43% | - |
| HSV(B) | 248.17º | 0.94% | 0.8% | - |
| XYZ | 11.88 | 5.08 | 57.48 | - |
| YUV | 42.55 | 219.11 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 204 | 0.81 | 0.94 | 0 | 0.2 | 248.17 | 0.88 | 0.43 |
| Hex | 27 | D | CC | 51 | 5E | 0 | 14 | F8 | 58 | 2B |
| Octal | 47 | 15 | 314 | 121 | 136 | 0 | 24 | 370 | 130 | 53 |
| Binary | 100111 | 1101 | 11001100 | 1010001 | 1011110 | 0 | 10100 | 11111000 | 1011000 | 101011 |
Color Harmonies of #270DCC
Complementary color
Monochromatic Colors of #270DCC
Black with #270DCC
Text Example
Text Example
White with #270DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270DCC; }
p { color: rgb(39,13,204); }
H1.HeaderClassName
{
color: #270DCC;
}
.AnyTagClassName
{
color: #270DCC;
}
</style>
background-color css
<style>
a { background-color: #270DCC; }
a { background-color: rgb(39,13,204); }
div.DivClassName
{
background-color: #270DCC;
}
.BgClassName
{
background-color: #270DCC;
}
</style>
border-color css
<style>
span { border-color: #270DCC; }
span { border-color: rgb(39,13,204); }
td.TdClassName
{
border-color: #270DCC;
}
.TagClassName
{
border-color: #270DCC;
}
</style>