#142AF2

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

Shades of Blue #142AF2

Tints of Blue #142AF2

Color information

#142AF2 (or 0x142AF2) is unknown color: approx Blue. HEX triplet: 14, 2A and F2. RGB value is (20,42,242). Sum of RGB (Red+Green+Blue) = 20+42+242=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 242 (94.92% from 255 or 79.61% from 304); Max value from RGB is 242 - color contains mainly: blue. Hex color #142AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142AF2 is #EBD50D. Grayscale: #393939. Windows color (decimal): -15455502 or 15870484. OLE color: 15870484.

HSL color Cylindrical-coordinate representation of color #142AF2: hue angle of 234.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142AF2 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2042242-
CMYK0.920.8300.05
HSL234.05º89.52%51.37%-
HSV(B)234.05º91.74%94.9%-
XYZ17.148.2284.69-
YUV58.22231.71100.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.58%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 242 (94.92% from 255) = 79.61%
R=6.58%
G=13.82%
B=79.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20422420.920.8300.05234.0589.5251.37
Hex142AF25C5305ea5a33
Octal24523621341230535213263
Binary1010010101011110010101110010100110101111010101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142AF2; }

 p { color: rgb(20,42,242); }

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

<style>
 a { background-color: #142AF2; }

 a { background-color: rgb(20,42,242); }

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

<style>
 span { border-color: #142AF2; }

 span { border-color: rgb(20,42,242); }

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