Shades of Blue #140BFD
Tints of Blue #140BFD
RGB
CMYK
RGB Variations
Color information
#140BFD (or 0x140BFD) is known color: Blue. HEX triplet: 14, 0B and FD. RGB value is (20,11,253). Sum of RGB (Red+Green+Blue) = 20+11+253=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 253 (99.22% from 255 or 89.08% from 284); Max value from RGB is 253 - color contains mainly: blue. Hex color #140BFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140BFD is #EBF402. Grayscale: #282828. Windows color (decimal): -15463427 or 16583444. OLE color: 16583444.
HSL color Cylindrical-coordinate representation of color #140BFD: hue angle of 242.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140BFD is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 11 | 253 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.01 |
| HSL | 242.23º | 0.98% | 0.52% | - |
| HSV(B) | 242.23º | 0.96% | 0.99% | - |
| XYZ | 18.14 | 7.48 | 93.42 | - |
| YUV | 41.28 | 247.48 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 253 | 0.92 | 0.96 | 0 | 0.01 | 242.23 | 0.98 | 0.52 |
| Hex | 14 | B | FD | 5C | 60 | 0 | 1 | F2 | 62 | 34 |
| Octal | 24 | 13 | 375 | 134 | 140 | 0 | 1 | 362 | 142 | 64 |
| Binary | 10100 | 1011 | 11111101 | 1011100 | 1100000 | 0 | 1 | 11110010 | 1100010 | 110100 |
Color Harmonies of #140BFD
Complementary color
Monochromatic Colors of #140BFD
Black with #140BFD
Text Example
Text Example
White with #140BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140BFD; }
p { color: rgb(20,11,253); }
H1.HeaderClassName
{
color: #140BFD;
}
.AnyTagClassName
{
color: #140BFD;
}
</style>
background-color css
<style>
a { background-color: #140BFD; }
a { background-color: rgb(20,11,253); }
div.DivClassName
{
background-color: #140BFD;
}
.BgClassName
{
background-color: #140BFD;
}
</style>
border-color css
<style>
span { border-color: #140BFD; }
span { border-color: rgb(20,11,253); }
td.TdClassName
{
border-color: #140BFD;
}
.TagClassName
{
border-color: #140BFD;
}
</style>