#1401EF

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

Shades of Blue #1401EF

Tints of Blue #1401EF

Color information

#1401EF (or 0x1401EF) is unknown color: approx Blue. HEX triplet: 14, 01 and EF. RGB value is (20,1,239). Sum of RGB (Red+Green+Blue) = 20+1+239=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 239 (93.75% from 255 or 91.92% from 260); Max value from RGB is 239 - color contains mainly: blue. Hex color #1401EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1401EF is #EBFE10. Grayscale: #202020. Windows color (decimal): -15466001 or 15663380. OLE color: 15663380.

HSL color Cylindrical-coordinate representation of color #1401EF: hue angle of 244.79º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1401EF is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201239-
CMYK0.921.0000.06
HSL244.79º99.17%47.06%-
HSV(B)244.79º99.58%93.73%-
XYZ15.886.482.06-
YUV33.81243.79118.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.69%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 239 (93.75% from 255) = 91.92%
R=7.69%
G=0.38%
B=91.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012390.921.0000.06244.7999.1747.06
Hex141EF5C6406f5632f
Octal2413571341440636514357
Binary10100111101111101110011001000110111101011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1401EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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