Shades of Medium Blue #270CCB
Tints of Medium Blue #270CCB
RGB
CMYK
RGB Variations
Color information
#270CCB (or 0x270CCB) is known color: Medium Blue. HEX triplet: 27, 0C and CB. RGB value is (39,12,203). Sum of RGB (Red+Green+Blue) = 39+12+203=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #270CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CCB is #D8F334. Grayscale: #292929. Windows color (decimal): -14218037 or 13306919. OLE color: 13306919.
HSL color Cylindrical-coordinate representation of color #270CCB: hue angle of 248.48º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270CCB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 12 | 203 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.20 |
| HSL | 248.48º | 0.89% | 0.42% | - |
| HSV(B) | 248.48º | 0.94% | 0.8% | - |
| XYZ | 11.75 | 5.01 | 56.85 | - |
| YUV | 41.85 | 218.95 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 203 | 0.81 | 0.94 | 0 | 0.20 | 248.48 | 0.89 | 0.42 |
| Hex | 27 | C | CB | 51 | 5E | 0 | 14 | F8 | 59 | 2A |
| Octal | 47 | 14 | 313 | 121 | 136 | 0 | 24 | 370 | 131 | 52 |
| Binary | 100111 | 1100 | 11001011 | 1010001 | 1011110 | 0 | 10100 | 11111000 | 1011001 | 101010 |
Color Harmonies of #270CCB
Complementary color
Monochromatic Colors of #270CCB
Black with #270CCB
Text Example
Text Example
White with #270CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270CCB; }
p { color: rgb(39,12,203); }
H1.HeaderClassName
{
color: #270CCB;
}
.AnyTagClassName
{
color: #270CCB;
}
</style>
background-color css
<style>
a { background-color: #270CCB; }
a { background-color: rgb(39,12,203); }
div.DivClassName
{
background-color: #270CCB;
}
.BgClassName
{
background-color: #270CCB;
}
</style>
border-color css
<style>
span { border-color: #270CCB; }
span { border-color: rgb(39,12,203); }
td.TdClassName
{
border-color: #270CCB;
}
.TagClassName
{
border-color: #270CCB;
}
</style>