Shades of Medium Blue #140BCF
Tints of Medium Blue #140BCF
RGB
CMYK
RGB Variations
Color information
#140BCF (or 0x140BCF) is known color: Medium Blue. HEX triplet: 14, 0B and CF. RGB value is (20,11,207). Sum of RGB (Red+Green+Blue) = 20+11+207=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 207 (81.25% from 255 or 86.97% from 238); Max value from RGB is 207 - color contains mainly: blue. Hex color #140BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BCF is #EBF430. Grayscale: #232323. Windows color (decimal): -15463473 or 13568788. OLE color: 13568788.
HSL color Cylindrical-coordinate representation of color #140BCF: hue angle of 242.76º 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 #140BCF is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 11 | 207 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.19 |
| HSL | 242.76º | 0.9% | 0.43% | - |
| HSV(B) | 242.76º | 0.95% | 0.81% | - |
| XYZ | 11.67 | 4.89 | 59.36 | - |
| YUV | 36.04 | 224.48 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 207 | 0.90 | 0.95 | 0 | 0.19 | 242.76 | 0.9 | 0.43 |
| Hex | 14 | B | CF | 5A | 5F | 0 | 13 | F3 | 5A | 2B |
| Octal | 24 | 13 | 317 | 132 | 137 | 0 | 23 | 363 | 132 | 53 |
| Binary | 10100 | 1011 | 11001111 | 1011010 | 1011111 | 0 | 10011 | 11110011 | 1011010 | 101011 |
Color Harmonies of #140BCF
Complementary color
Monochromatic Colors of #140BCF
Black with #140BCF
Text Example
Text Example
White with #140BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140BCF; }
p { color: rgb(20,11,207); }
H1.HeaderClassName
{
color: #140BCF;
}
.AnyTagClassName
{
color: #140BCF;
}
</style>
background-color css
<style>
a { background-color: #140BCF; }
a { background-color: rgb(20,11,207); }
div.DivClassName
{
background-color: #140BCF;
}
.BgClassName
{
background-color: #140BCF;
}
</style>
border-color css
<style>
span { border-color: #140BCF; }
span { border-color: rgb(20,11,207); }
td.TdClassName
{
border-color: #140BCF;
}
.TagClassName
{
border-color: #140BCF;
}
</style>