#142AFA

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

Shades of Blue #142AFA

Tints of Blue #142AFA

Color information

#142AFA (or 0x142AFA) is unknown color: approx Blue. HEX triplet: 14, 2A and FA. RGB value is (20,42,250). Sum of RGB (Red+Green+Blue) = 20+42+250=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #142AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142AFA is #EBD505. Grayscale: #3A3A3A. Windows color (decimal): -15455494 or 16394772. OLE color: 16394772.

HSL color Cylindrical-coordinate representation of color #142AFA: hue angle of 234.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142AFA is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2042250-
CMYK0.920.8300.02
HSL234.26º95.83%52.94%-
HSV(B)234.26º92%98.04%-
XYZ18.378.7191.15-
YUV59.13235.71100.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.41%
GREEN value IS 42 (16.80% from 255) = 13.46%
BLUE value IS 250 (98.05% from 255) = 80.13%
R=6.41%
G=13.46%
B=80.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20422500.920.8300.02234.2695.8352.94
Hex142AFA5C5302ea6035
Octal24523721341230235214065
Binary101001010101111101010111001010011010111010101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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