Shades of Medium Blue #270CBF
Tints of Medium Blue #270CBF
RGB
CMYK
RGB Variations
Color information
#270CBF (or 0x270CBF) is known color: Medium Blue. HEX triplet: 27, 0C and BF. RGB value is (39,12,191). Sum of RGB (Red+Green+Blue) = 39+12+191=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #270CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CBF is #D8F340. Grayscale: #272727. Windows color (decimal): -14218049 or 12520487. OLE color: 12520487.
HSL color Cylindrical-coordinate representation of color #270CBF: hue angle of 249.05º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270CBF is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 12 | 191 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.25 |
| HSL | 249.05º | 0.88% | 0.4% | - |
| HSV(B) | 249.05º | 0.94% | 0.75% | - |
| XYZ | 10.37 | 4.46 | 49.6 | - |
| YUV | 40.48 | 212.95 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 191 | 0.80 | 0.94 | 0 | 0.25 | 249.05 | 0.88 | 0.4 |
| Hex | 27 | C | BF | 50 | 5E | 0 | 19 | F9 | 58 | 28 |
| Octal | 47 | 14 | 277 | 120 | 136 | 0 | 31 | 371 | 130 | 50 |
| Binary | 100111 | 1100 | 10111111 | 1010000 | 1011110 | 0 | 11001 | 11111001 | 1011000 | 101000 |
Color Harmonies of #270CBF
Complementary color
Monochromatic Colors of #270CBF
Black with #270CBF
Text Example
Text Example
White with #270CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CBF; }
p { color: rgb(39,12,191); }
H1.HeaderClassName
{
color: #270CBF;
}
.AnyTagClassName
{
color: #270CBF;
}
</style>
background-color css
<style>
a { background-color: #270CBF; }
a { background-color: rgb(39,12,191); }
div.DivClassName
{
background-color: #270CBF;
}
.BgClassName
{
background-color: #270CBF;
}
</style>
border-color css
<style>
span { border-color: #270CBF; }
span { border-color: rgb(39,12,191); }
td.TdClassName
{
border-color: #270CBF;
}
.TagClassName
{
border-color: #270CBF;
}
</style>