#1411EF

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

Shades of Blue #1411EF

Tints of Blue #1411EF

Color information

#1411EF (or 0x1411EF) is unknown color: approx Blue. HEX triplet: 14, 11 and EF. RGB value is (20,17,239). Sum of RGB (Red+Green+Blue) = 20+17+239=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 239 (93.75% from 255 or 86.59% from 276); Max value from RGB is 239 - color contains mainly: blue. Hex color #1411EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1411EF is #EBEE10. Grayscale: #2A2A2A. Windows color (decimal): -15461905 or 15667476. OLE color: 15667476.

HSL color Cylindrical-coordinate representation of color #1411EF: hue angle of 240.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1411EF is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2017239-
CMYK0.920.9300.06
HSL240.81º87.4%50.2%-
HSV(B)240.81º92.89%93.73%-
XYZ16.076.7882.12-
YUV43.2238.49111.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 239 (93.75% from 255) = 86.59%
R=7.25%
G=6.16%
B=86.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20172390.920.9300.06240.8187.450.2
Hex1411EF5C5D06f15732
Octal24213571341350636112762
Binary101001000111101111101110010111010110111100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1411EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1411EF; }

 p { color: rgb(20,17,239); }

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

<style>
 a { background-color: #1411EF; }

 a { background-color: rgb(20,17,239); }

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

<style>
 span { border-color: #1411EF; }

 span { border-color: rgb(20,17,239); }

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