Shades of Blue #140CFD
Tints of Blue #140CFD
RGB
CMYK
RGB Variations
Color information
#140CFD (or 0x140CFD) is known color: Blue. HEX triplet: 14, 0C and FD. RGB value is (20,12,253). Sum of RGB (Red+Green+Blue) = 20+12+253=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 253 (99.22% from 255 or 88.77% from 285); Max value from RGB is 253 - color contains mainly: blue. Hex color #140CFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140CFD is #EBF302. Grayscale: #282828. Windows color (decimal): -15463171 or 16583700. OLE color: 16583700.
HSL color Cylindrical-coordinate representation of color #140CFD: hue angle of 241.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140CFD is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 12 | 253 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.01 |
| HSL | 241.99º | 0.98% | 0.52% | - |
| HSV(B) | 241.99º | 0.95% | 0.99% | - |
| XYZ | 18.15 | 7.5 | 93.42 | - |
| YUV | 41.87 | 247.15 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 253 | 0.92 | 0.95 | 0 | 0.01 | 241.99 | 0.98 | 0.52 |
| Hex | 14 | C | FD | 5C | 5F | 0 | 1 | F2 | 62 | 34 |
| Octal | 24 | 14 | 375 | 134 | 137 | 0 | 1 | 362 | 142 | 64 |
| Binary | 10100 | 1100 | 11111101 | 1011100 | 1011111 | 0 | 1 | 11110010 | 1100010 | 110100 |
Color Harmonies of #140CFD
Complementary color
Monochromatic Colors of #140CFD
Black with #140CFD
Text Example
Text Example
White with #140CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140CFD; }
p { color: rgb(20,12,253); }
H1.HeaderClassName
{
color: #140CFD;
}
.AnyTagClassName
{
color: #140CFD;
}
</style>
background-color css
<style>
a { background-color: #140CFD; }
a { background-color: rgb(20,12,253); }
div.DivClassName
{
background-color: #140CFD;
}
.BgClassName
{
background-color: #140CFD;
}
</style>
border-color css
<style>
span { border-color: #140CFD; }
span { border-color: rgb(20,12,253); }
td.TdClassName
{
border-color: #140CFD;
}
.TagClassName
{
border-color: #140CFD;
}
</style>