Shades of Medium Blue #270BCF
Tints of Medium Blue #270BCF
RGB
CMYK
RGB Variations
Color information
#270BCF (or 0x270BCF) is known color: Medium Blue. HEX triplet: 27, 0B and CF. RGB value is (39,11,207). Sum of RGB (Red+Green+Blue) = 39+11+207=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #270BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BCF is #D8F430. Grayscale: #282828. Windows color (decimal): -14218289 or 13568807. OLE color: 13568807.
HSL color Cylindrical-coordinate representation of color #270BCF: hue angle of 248.57º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270BCF is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 11 | 207 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.19 |
| HSL | 248.57º | 0.9% | 0.43% | - |
| HSV(B) | 248.57º | 0.95% | 0.81% | - |
| XYZ | 12.22 | 5.18 | 59.39 | - |
| YUV | 41.72 | 221.28 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 207 | 0.81 | 0.95 | 0 | 0.19 | 248.57 | 0.9 | 0.43 |
| Hex | 27 | B | CF | 51 | 5F | 0 | 13 | F9 | 5A | 2B |
| Octal | 47 | 13 | 317 | 121 | 137 | 0 | 23 | 371 | 132 | 53 |
| Binary | 100111 | 1011 | 11001111 | 1010001 | 1011111 | 0 | 10011 | 11111001 | 1011010 | 101011 |
Color Harmonies of #270BCF
Complementary color
Monochromatic Colors of #270BCF
Black with #270BCF
Text Example
Text Example
White with #270BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270BCF; }
p { color: rgb(39,11,207); }
H1.HeaderClassName
{
color: #270BCF;
}
.AnyTagClassName
{
color: #270BCF;
}
</style>
background-color css
<style>
a { background-color: #270BCF; }
a { background-color: rgb(39,11,207); }
div.DivClassName
{
background-color: #270BCF;
}
.BgClassName
{
background-color: #270BCF;
}
</style>
border-color css
<style>
span { border-color: #270BCF; }
span { border-color: rgb(39,11,207); }
td.TdClassName
{
border-color: #270BCF;
}
.TagClassName
{
border-color: #270BCF;
}
</style>