Shades of Blue #140BFB
Tints of Blue #140BFB
RGB
CMYK
RGB Variations
Color information
#140BFB (or 0x140BFB) is known color: Blue. HEX triplet: 14, 0B and FB. RGB value is (20,11,251). Sum of RGB (Red+Green+Blue) = 20+11+251=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 251 (98.44% from 255 or 89.01% from 282); Max value from RGB is 251 - color contains mainly: blue. Hex color #140BFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140BFB is #EBF404. Grayscale: #282828. Windows color (decimal): -15463429 or 16452372. OLE color: 16452372.
HSL color Cylindrical-coordinate representation of color #140BFB: hue angle of 242.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140BFB is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 11 | 251 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.02 |
| HSL | 242.25º | 0.97% | 0.51% | - |
| HSV(B) | 242.25º | 0.96% | 0.98% | - |
| XYZ | 17.82 | 7.35 | 91.75 | - |
| YUV | 41.05 | 246.48 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 251 | 0.92 | 0.96 | 0 | 0.02 | 242.25 | 0.97 | 0.51 |
| Hex | 14 | B | FB | 5C | 60 | 0 | 2 | F2 | 61 | 33 |
| Octal | 24 | 13 | 373 | 134 | 140 | 0 | 2 | 362 | 141 | 63 |
| Binary | 10100 | 1011 | 11111011 | 1011100 | 1100000 | 0 | 10 | 11110010 | 1100001 | 110011 |
Color Harmonies of #140BFB
Complementary color
Monochromatic Colors of #140BFB
Black with #140BFB
Text Example
Text Example
White with #140BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140BFB; }
p { color: rgb(20,11,251); }
H1.HeaderClassName
{
color: #140BFB;
}
.AnyTagClassName
{
color: #140BFB;
}
</style>
background-color css
<style>
a { background-color: #140BFB; }
a { background-color: rgb(20,11,251); }
div.DivClassName
{
background-color: #140BFB;
}
.BgClassName
{
background-color: #140BFB;
}
</style>
border-color css
<style>
span { border-color: #140BFB; }
span { border-color: rgb(20,11,251); }
td.TdClassName
{
border-color: #140BFB;
}
.TagClassName
{
border-color: #140BFB;
}
</style>