#141CFF

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

Shades of Blue #141CFF

Tints of Blue #141CFF

Color information

#141CFF (or 0x141CFF) is unknown color: approx Blue. HEX triplet: 14, 1C and FF. RGB value is (20,28,255). Sum of RGB (Red+Green+Blue) = 20+28+255=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #141CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CFF is #EBE300. Grayscale: #323232. Windows color (decimal): -15459073 or 16718868. OLE color: 16718868.

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

Color convert

RGB2028255-
CMYK0.920.8900
HSL237.96º100%53.92%-
HSV(B)237.96º92.16%100%-
XYZ18.758.295.2-
YUV51.49242.85105.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.60%
GREEN value IS 28 (11.33% from 255) = 9.24%
BLUE value IS 255 (100% from 255) = 84.16%
R=6.60%
G=9.24%
B=84.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20282550.920.8900237.9610053.92
Hex141CFF5C5900ee6436
Octal24343771341310035614466
Binary1010011100111111111011100101100100111011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141CFF; }

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

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

<style>
 a { background-color: #141CFF; }

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

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

<style>
 span { border-color: #141CFF; }

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

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