Shades of Blue #140DFB
Tints of Blue #140DFB
RGB
CMYK
RGB Variations
Color information
#140DFB (or 0x140DFB) is known color: Blue. HEX triplet: 14, 0D and FB. RGB value is (20,13,251). Sum of RGB (Red+Green+Blue) = 20+13+251=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #140DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140DFB is #EBF204. Grayscale: #292929. Windows color (decimal): -15462917 or 16452884. OLE color: 16452884.
HSL color Cylindrical-coordinate representation of color #140DFB: hue angle of 241.76º 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 #140DFB is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 13 | 251 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.02 |
| HSL | 241.76º | 0.97% | 0.52% | - |
| HSV(B) | 241.76º | 0.95% | 0.98% | - |
| XYZ | 17.85 | 7.4 | 91.75 | - |
| YUV | 42.23 | 245.82 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 251 | 0.92 | 0.95 | 0 | 0.02 | 241.76 | 0.97 | 0.52 |
| Hex | 14 | D | FB | 5C | 5F | 0 | 2 | F2 | 61 | 34 |
| Octal | 24 | 15 | 373 | 134 | 137 | 0 | 2 | 362 | 141 | 64 |
| Binary | 10100 | 1101 | 11111011 | 1011100 | 1011111 | 0 | 10 | 11110010 | 1100001 | 110100 |
Color Harmonies of #140DFB
Complementary color
Monochromatic Colors of #140DFB
Black with #140DFB
Text Example
Text Example
White with #140DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DFB; }
p { color: rgb(20,13,251); }
H1.HeaderClassName
{
color: #140DFB;
}
.AnyTagClassName
{
color: #140DFB;
}
</style>
background-color css
<style>
a { background-color: #140DFB; }
a { background-color: rgb(20,13,251); }
div.DivClassName
{
background-color: #140DFB;
}
.BgClassName
{
background-color: #140DFB;
}
</style>
border-color css
<style>
span { border-color: #140DFB; }
span { border-color: rgb(20,13,251); }
td.TdClassName
{
border-color: #140DFB;
}
.TagClassName
{
border-color: #140DFB;
}
</style>