Shades of Blue #140CFB
Tints of Blue #140CFB
RGB
CMYK
RGB Variations
Color information
#140CFB (or 0x140CFB) is known color: Blue. HEX triplet: 14, 0C and FB. RGB value is (20,12,251). Sum of RGB (Red+Green+Blue) = 20+12+251=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 251 (98.44% from 255 or 88.69% from 283); Max value from RGB is 251 - color contains mainly: blue. Hex color #140CFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140CFB is #EBF304. Grayscale: #282828. Windows color (decimal): -15463173 or 16452628. OLE color: 16452628.
HSL color Cylindrical-coordinate representation of color #140CFB: hue angle of 242.01º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140CFB is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 12 | 251 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.02 |
| HSL | 242.01º | 0.97% | 0.52% | - |
| HSV(B) | 242.01º | 0.95% | 0.98% | - |
| XYZ | 17.83 | 7.38 | 91.75 | - |
| YUV | 41.64 | 246.15 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 251 | 0.92 | 0.95 | 0 | 0.02 | 242.01 | 0.97 | 0.52 |
| Hex | 14 | C | FB | 5C | 5F | 0 | 2 | F2 | 61 | 34 |
| Octal | 24 | 14 | 373 | 134 | 137 | 0 | 2 | 362 | 141 | 64 |
| Binary | 10100 | 1100 | 11111011 | 1011100 | 1011111 | 0 | 10 | 11110010 | 1100001 | 110100 |
Color Harmonies of #140CFB
Complementary color
Monochromatic Colors of #140CFB
Black with #140CFB
Text Example
Text Example
White with #140CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140CFB; }
p { color: rgb(20,12,251); }
H1.HeaderClassName
{
color: #140CFB;
}
.AnyTagClassName
{
color: #140CFB;
}
</style>
background-color css
<style>
a { background-color: #140CFB; }
a { background-color: rgb(20,12,251); }
div.DivClassName
{
background-color: #140CFB;
}
.BgClassName
{
background-color: #140CFB;
}
</style>
border-color css
<style>
span { border-color: #140CFB; }
span { border-color: rgb(20,12,251); }
td.TdClassName
{
border-color: #140CFB;
}
.TagClassName
{
border-color: #140CFB;
}
</style>