Shades of Medium Blue #270FCF
Tints of Medium Blue #270FCF
RGB
CMYK
RGB Variations
Color information
#270FCF (or 0x270FCF) is known color: Medium Blue. HEX triplet: 27, 0F and CF. RGB value is (39,15,207). Sum of RGB (Red+Green+Blue) = 39+15+207=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #270FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FCF is #D8F030. Grayscale: #2B2B2B. Windows color (decimal): -14217265 or 13569831. OLE color: 13569831.
HSL color Cylindrical-coordinate representation of color #270FCF: hue angle of 247.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270FCF is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 15 | 207 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.19 |
| HSL | 247.5º | 0.86% | 0.44% | - |
| HSV(B) | 247.5º | 0.93% | 0.81% | - |
| XYZ | 12.27 | 5.28 | 59.4 | - |
| YUV | 44.06 | 219.95 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 207 | 0.81 | 0.93 | 0 | 0.19 | 247.5 | 0.86 | 0.44 |
| Hex | 27 | F | CF | 51 | 5D | 0 | 13 | F8 | 56 | 2C |
| Octal | 47 | 17 | 317 | 121 | 135 | 0 | 23 | 370 | 126 | 54 |
| Binary | 100111 | 1111 | 11001111 | 1010001 | 1011101 | 0 | 10011 | 11111000 | 1010110 | 101100 |
Color Harmonies of #270FCF
Complementary color
Monochromatic Colors of #270FCF
Black with #270FCF
Text Example
Text Example
White with #270FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270FCF; }
p { color: rgb(39,15,207); }
H1.HeaderClassName
{
color: #270FCF;
}
.AnyTagClassName
{
color: #270FCF;
}
</style>
background-color css
<style>
a { background-color: #270FCF; }
a { background-color: rgb(39,15,207); }
div.DivClassName
{
background-color: #270FCF;
}
.BgClassName
{
background-color: #270FCF;
}
</style>
border-color css
<style>
span { border-color: #270FCF; }
span { border-color: rgb(39,15,207); }
td.TdClassName
{
border-color: #270FCF;
}
.TagClassName
{
border-color: #270FCF;
}
</style>