#1411FF

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

Shades of Blue #1411FF

Tints of Blue #1411FF

Color information

#1411FF (or 0x1411FF) is unknown color: approx Blue. HEX triplet: 14, 11 and FF. RGB value is (20,17,255). Sum of RGB (Red+Green+Blue) = 20+17+255=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 255 (100% from 255 or 87.33% from 292); Max value from RGB is 255 - color contains mainly: blue. Hex color #1411FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1411FF is #EBEE00. Grayscale: #2C2C2C. Windows color (decimal): -15461889 or 16716052. OLE color: 16716052.

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

Color convert

RGB2017255-
CMYK0.920.9300
HSL240.76º100%53.33%-
HSV(B)240.76º93.33%100%-
XYZ18.547.7795.13-
YUV45.03246.49110.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.85%
GREEN value IS 17 (7.03% from 255) = 5.82%
BLUE value IS 255 (100% from 255) = 87.33%
R=6.85%
G=5.82%
B=87.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20172550.920.9300240.7610053.33
Hex1411FF5C5D00f16435
Octal24213771341350036114465
Binary1010010001111111111011100101110100111100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1411FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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