Html Css Color HEX #142EEF Blue

📋 copy color: '#142EEF'

red 20 ◦ green 46 ◦ blue 239

#142EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #142EEF

Tints of Blue #142EEF

RGB

 RED value IS 20 (8.2% from 255) = 6.56%

 GREEN value IS 46 (18.36% from 255) = 15.08%

 BLUE value IS 239 (93.75% from 255) = 78.36%

R = 6.56%
G = 15.08%
B = 78.36%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#142EEF (or 0x142EEF) is known color: Blue. HEX triplet: 14, 2E and EF. RGB value is (20,46,239). Sum of RGB (Red+Green+Blue) = 20+46+239=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #142EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #142EEF is #EBD110. Grayscale: #3B3B3B. Windows color (decimal): -15454481 or 15674900. OLE color: 15674900.

HSL color Cylindrical-coordinate representation of color #142EEF: hue angle of 232.88º degrees, saturation: 0.87, 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 #142EEF is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 46 239 -
CMYK 0.92 0.81 0 0.06
HSL 232.88º 0.87% 0.51% -
HSV(B) 232.88º 0.92% 0.94% -
XYZ 16.85 8.33 82.38 -
YUV 60.23 228.89 99.31 -
System Red Green Blue C M Y K H S L
Decimal 20 46 239 0.92 0.81 0 0.06 232.88 0.87 0.51
Hex 14 2E EF 5C 51 0 6 E9 57 33
Octal 24 56 357 134 121 0 6 351 127 63
Binary 10100 101110 11101111 1011100 1010001 0 110 11101001 1010111 110011

Color Harmonies of #142EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142EEF

Black with #142EEF

Text Example


Text Example

White with #142EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,239); }

 H1.HeaderClassName
 {
   color: #142EEF;
 }
 .AnyTagClassName
 {
   color: #142EEF;
 }
</style>

background-color css

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

 a { background-color: rgb(20,46,239); }

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

border-color css

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

 span { border-color: rgb(20,46,239); }

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