Shades of Blue #140DFE
Tints of Blue #140DFE
RGB
CMYK
RGB Variations
Color information
#140DFE (or 0x140DFE) is known color: Blue. HEX triplet: 14, 0D and FE. RGB value is (20,13,254). Sum of RGB (Red+Green+Blue) = 20+13+254=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 254 (99.61% from 255 or 88.50% from 287); Max value from RGB is 254 - color contains mainly: blue. Hex color #140DFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140DFE is #EBF201. Grayscale: #292929. Windows color (decimal): -15462914 or 16649492. OLE color: 16649492.
HSL color Cylindrical-coordinate representation of color #140DFE: hue angle of 241.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140DFE is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 13 | 254 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.00 |
| HSL | 241.74º | 0.99% | 0.52% | - |
| HSV(B) | 241.74º | 0.95% | 1% | - |
| XYZ | 18.32 | 7.59 | 94.27 | - |
| YUV | 42.57 | 247.32 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 254 | 0.92 | 0.95 | 0 | 0.00 | 241.74 | 0.99 | 0.52 |
| Hex | 14 | D | FE | 5C | 5F | 0 | 0 | F2 | 63 | 34 |
| Octal | 24 | 15 | 376 | 134 | 137 | 0 | 0 | 362 | 143 | 64 |
| Binary | 10100 | 1101 | 11111110 | 1011100 | 1011111 | 0 | 0 | 11110010 | 1100011 | 110100 |
Color Harmonies of #140DFE
Complementary color
Monochromatic Colors of #140DFE
Black with #140DFE
Text Example
Text Example
White with #140DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DFE; }
p { color: rgb(20,13,254); }
H1.HeaderClassName
{
color: #140DFE;
}
.AnyTagClassName
{
color: #140DFE;
}
</style>
background-color css
<style>
a { background-color: #140DFE; }
a { background-color: rgb(20,13,254); }
div.DivClassName
{
background-color: #140DFE;
}
.BgClassName
{
background-color: #140DFE;
}
</style>
border-color css
<style>
span { border-color: #140DFE; }
span { border-color: rgb(20,13,254); }
td.TdClassName
{
border-color: #140DFE;
}
.TagClassName
{
border-color: #140DFE;
}
</style>