Shades of Medium Blue #140FCB
Tints of Medium Blue #140FCB
RGB
CMYK
RGB Variations
Color information
#140FCB (or 0x140FCB) is known color: Medium Blue. HEX triplet: 14, 0F and CB. RGB value is (20,15,203). Sum of RGB (Red+Green+Blue) = 20+15+203=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #140FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FCB is #EBF034. Grayscale: #252525. Windows color (decimal): -15462453 or 13307668. OLE color: 13307668.
HSL color Cylindrical-coordinate representation of color #140FCB: hue angle of 241.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140FCB is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 15 | 203 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.20 |
| HSL | 241.6º | 0.86% | 0.43% | - |
| HSV(B) | 241.6º | 0.93% | 0.8% | - |
| XYZ | 11.24 | 4.8 | 56.83 | - |
| YUV | 37.93 | 221.16 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 203 | 0.90 | 0.93 | 0 | 0.20 | 241.6 | 0.86 | 0.43 |
| Hex | 14 | F | CB | 5A | 5D | 0 | 14 | F2 | 56 | 2B |
| Octal | 24 | 17 | 313 | 132 | 135 | 0 | 24 | 362 | 126 | 53 |
| Binary | 10100 | 1111 | 11001011 | 1011010 | 1011101 | 0 | 10100 | 11110010 | 1010110 | 101011 |
Color Harmonies of #140FCB
Complementary color
Monochromatic Colors of #140FCB
Black with #140FCB
Text Example
Text Example
White with #140FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FCB; }
p { color: rgb(20,15,203); }
H1.HeaderClassName
{
color: #140FCB;
}
.AnyTagClassName
{
color: #140FCB;
}
</style>
background-color css
<style>
a { background-color: #140FCB; }
a { background-color: rgb(20,15,203); }
div.DivClassName
{
background-color: #140FCB;
}
.BgClassName
{
background-color: #140FCB;
}
</style>
border-color css
<style>
span { border-color: #140FCB; }
span { border-color: rgb(20,15,203); }
td.TdClassName
{
border-color: #140FCB;
}
.TagClassName
{
border-color: #140FCB;
}
</style>