#141BF0

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

Shades of Blue #141BF0

Tints of Blue #141BF0

Color information

#141BF0 (or 0x141BF0) is unknown color: approx Blue. HEX triplet: 14, 1B and F0. RGB value is (20,27,240). Sum of RGB (Red+Green+Blue) = 20+27+240=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 240 (94.14% from 255 or 83.62% from 287); Max value from RGB is 240 - color contains mainly: blue. Hex color #141BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141BF0 is #EBE40F. Grayscale: #303030. Windows color (decimal): -15459344 or 15735572. OLE color: 15735572.

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

Color convert

RGB2027240-
CMYK0.920.8900.06
HSL238.09º88%50.98%-
HSV(B)238.09º91.67%94.12%-
XYZ16.417.2282.97-
YUV49.19235.68107.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.97%
GREEN value IS 27 (10.94% from 255) = 9.41%
BLUE value IS 240 (94.14% from 255) = 83.62%
R=6.97%
G=9.41%
B=83.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20272400.920.8900.06238.098850.98
Hex141BF05C5906ee5833
Octal24333601341310635613063
Binary101001101111110000101110010110010110111011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,27,240); }

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

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

 a { background-color: rgb(20,27,240); }

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

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

 span { border-color: rgb(20,27,240); }

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