#140CED

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

Shades of Blue #140CED

Tints of Blue #140CED

Color information

#140CED (or 0x140CED) is unknown color: approx Blue. HEX triplet: 14, 0C and ED. RGB value is (20,12,237). Sum of RGB (Red+Green+Blue) = 20+12+237=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 237 (92.97% from 255 or 88.10% from 269); Max value from RGB is 237 - color contains mainly: blue. Hex color #140CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140CED is #EBF312. Grayscale: #272727. Windows color (decimal): -15463187 or 15535124. OLE color: 15535124.

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

Color convert

RGB2012237-
CMYK0.920.9500.07
HSL242.13º90.36%48.82%-
HSV(B)242.13º94.94%92.94%-
XYZ15.716.5380.55-
YUV40.04239.15113.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.43%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 237 (92.97% from 255) = 88.10%
R=7.43%
G=4.46%
B=88.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20122370.920.9500.07242.1390.3648.82
Hex14CED5C5F07f25a31
Octal24143551341370736213261
Binary10100110011101101101110010111110111111100101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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