#140AED

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

Shades of Blue #140AED

Tints of Blue #140AED

Color information

#140AED (or 0x140AED) is unknown color: approx Blue. HEX triplet: 14, 0A and ED. RGB value is (20,10,237). Sum of RGB (Red+Green+Blue) = 20+10+237=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 237 (92.97% from 255 or 88.76% from 267); Max value from RGB is 237 - color contains mainly: blue. Hex color #140AED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140AED is #EBF512. Grayscale: #252525. Windows color (decimal): -15463699 or 15534612. OLE color: 15534612.

HSL color Cylindrical-coordinate representation of color #140AED: hue angle of 242.64º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140AED is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2010237-
CMYK0.920.9600.07
HSL242.64º91.9%48.43%-
HSV(B)242.64º95.78%92.94%-
XYZ15.686.4880.54-
YUV38.87239.81114.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.49%
GREEN value IS 10 (4.30% from 255) = 3.75%
BLUE value IS 237 (92.97% from 255) = 88.76%
R=7.49%
G=3.75%
B=88.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20102370.920.9600.07242.6491.948.43
Hex14AED5C6007f35c30
Octal24123551341400736313460
Binary10100101011101101101110011000000111111100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,10,237); }

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

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

 a { background-color: rgb(20,10,237); }

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

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

 span { border-color: rgb(20,10,237); }

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