Shades of Medium Blue #270CBB
Tints of Medium Blue #270CBB
RGB
CMYK
RGB Variations
Color information
#270CBB (or 0x270CBB) is known color: Medium Blue. HEX triplet: 27, 0C and BB. RGB value is (39,12,187). Sum of RGB (Red+Green+Blue) = 39+12+187=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #270CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CBB is #D8F344. Grayscale: #272727. Windows color (decimal): -14218053 or 12258343. OLE color: 12258343.
HSL color Cylindrical-coordinate representation of color #270CBB: hue angle of 249.26º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270CBB is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 12 | 187 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.27 |
| HSL | 249.26º | 0.88% | 0.39% | - |
| HSV(B) | 249.26º | 0.94% | 0.73% | - |
| XYZ | 9.94 | 4.28 | 47.32 | - |
| YUV | 40.02 | 210.95 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 187 | 0.79 | 0.94 | 0 | 0.27 | 249.26 | 0.88 | 0.39 |
| Hex | 27 | C | BB | 4F | 5E | 0 | 1B | F9 | 58 | 27 |
| Octal | 47 | 14 | 273 | 117 | 136 | 0 | 33 | 371 | 130 | 47 |
| Binary | 100111 | 1100 | 10111011 | 1001111 | 1011110 | 0 | 11011 | 11111001 | 1011000 | 100111 |
Color Harmonies of #270CBB
Complementary color
Monochromatic Colors of #270CBB
Black with #270CBB
Text Example
Text Example
White with #270CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CBB; }
p { color: rgb(39,12,187); }
H1.HeaderClassName
{
color: #270CBB;
}
.AnyTagClassName
{
color: #270CBB;
}
</style>
background-color css
<style>
a { background-color: #270CBB; }
a { background-color: rgb(39,12,187); }
div.DivClassName
{
background-color: #270CBB;
}
.BgClassName
{
background-color: #270CBB;
}
</style>
border-color css
<style>
span { border-color: #270CBB; }
span { border-color: rgb(39,12,187); }
td.TdClassName
{
border-color: #270CBB;
}
.TagClassName
{
border-color: #270CBB;
}
</style>