Shades of Medium Blue #270BCD
Tints of Medium Blue #270BCD
RGB
CMYK
RGB Variations
Color information
#270BCD (or 0x270BCD) is known color: Medium Blue. HEX triplet: 27, 0B and CD. RGB value is (39,11,205). Sum of RGB (Red+Green+Blue) = 39+11+205=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #270BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BCD is #D8F432. Grayscale: #282828. Windows color (decimal): -14218291 or 13437735. OLE color: 13437735.
HSL color Cylindrical-coordinate representation of color #270BCD: hue angle of 248.66º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270BCD is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 11 | 205 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.20 |
| HSL | 248.66º | 0.9% | 0.42% | - |
| HSV(B) | 248.66º | 0.95% | 0.8% | - |
| XYZ | 11.98 | 5.08 | 58.11 | - |
| YUV | 41.49 | 220.28 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 205 | 0.81 | 0.95 | 0 | 0.20 | 248.66 | 0.9 | 0.42 |
| Hex | 27 | B | CD | 51 | 5F | 0 | 14 | F9 | 5A | 2A |
| Octal | 47 | 13 | 315 | 121 | 137 | 0 | 24 | 371 | 132 | 52 |
| Binary | 100111 | 1011 | 11001101 | 1010001 | 1011111 | 0 | 10100 | 11111001 | 1011010 | 101010 |
Color Harmonies of #270BCD
Complementary color
Monochromatic Colors of #270BCD
Black with #270BCD
Text Example
Text Example
White with #270BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BCD; }
p { color: rgb(39,11,205); }
H1.HeaderClassName
{
color: #270BCD;
}
.AnyTagClassName
{
color: #270BCD;
}
</style>
background-color css
<style>
a { background-color: #270BCD; }
a { background-color: rgb(39,11,205); }
div.DivClassName
{
background-color: #270BCD;
}
.BgClassName
{
background-color: #270BCD;
}
</style>
border-color css
<style>
span { border-color: #270BCD; }
span { border-color: rgb(39,11,205); }
td.TdClassName
{
border-color: #270BCD;
}
.TagClassName
{
border-color: #270BCD;
}
</style>