#140fff

Color #140FFF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #140FFF

Tints of Blue #140FFF

Color information

#140FFF (or 0x140FFF) is unknown color: approx Blue. HEX triplet: 14, 0F and FF. RGB value is (20,15,255). Sum of RGB (Red+Green+Blue) = 20+15+255=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #140FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140FFF is #EBF000. Grayscale: #2A2A2A. Windows color (decimal): -15462401 or 16715540. OLE color: 16715540.

HSL color Cylindrical-coordinate representation of color #140FFF: hue angle of 241.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140FFF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2015255-
CMYK0.920.9400
HSL241.25º100%52.94%-
HSV(B)241.25º94.12%100%-
XYZ18.517.7195.12-
YUV43.86247.16110.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 6.90%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 255 (100% from 255) = 87.93%
R=6.90%
G=5.17%
B=87.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20152550.920.9400241.2510052.94
Hex14FFF5C5E00f16435
Octal24173771341360036114465
Binary101001111111111111011100101111000111100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140fff; }

 p { color: rgb(20,15,255); }

 H1.HeaderClassName
 {
   color: #140fff;
 }
 .AnyTagClassName
 {
   color: #140fff;
 }
</style>
background-color css

<style>
 a { background-color: #140fff; }

 a { background-color: rgb(20,15,255); }

 div.DivClassName
 {
   background-color: #140fff;
 }
 .BgClassName
 {
   background-color: #140fff;
 }
</style>
border-color css

<style>
 span { border-color: #140fff; }

 span { border-color: rgb(20,15,255); }

 td.TdClassName
 {
   border-color: #140fff;
 }
 .TagClassName
 {
   border-color: #140fff;
 }
</style>