Html Css Color HEX #140EEE Blue

📋 copy color: '#140EEE'

red 20 ◦ green 14 ◦ blue 238

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

Shades of Blue #140EEE

Tints of Blue #140EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.15%

 BLUE value IS 238 (93.36% from 255) = 87.5%

R = 7.35%
G = 5.15%
B = 87.5%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#140EEE (or 0x140EEE) is known color: Blue. HEX triplet: 14, 0E and EE. RGB value is (20,14,238). Sum of RGB (Red+Green+Blue) = 20+14+238=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 238 (93.36% from 255 or 87.5% from 272); Max value from RGB is 238 - color contains mainly: blue. Hex color #140EEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140EEE is #EBF111. Grayscale: #282828. Windows color (decimal): -15462674 or 15601172. OLE color: 15601172.

HSL color Cylindrical-coordinate representation of color #140EEE: hue angle of 241.61º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140EEE is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 14 238 -
CMYK 0.92 0.94 0 0.07
HSL 241.61º 0.89% 0.49% -
HSV(B) 241.61º 0.94% 0.93% -
XYZ 15.88 6.64 81.33 -
YUV 41.33 238.99 112.79 -
System Red Green Blue C M Y K H S L
Decimal 20 14 238 0.92 0.94 0 0.07 241.61 0.89 0.49
Hex 14 E EE 5C 5E 0 7 F2 59 31
Octal 24 16 356 134 136 0 7 362 131 61
Binary 10100 1110 11101110 1011100 1011110 0 111 11110010 1011001 110001

Color Harmonies of #140EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140EEE

Black with #140EEE

Text Example


Text Example

White with #140EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140EEE; }

 p { color: rgb(20,14,238); }

 H1.HeaderClassName
 {
   color: #140EEE;
 }
 .AnyTagClassName
 {
   color: #140EEE;
 }
</style>

background-color css

<style>
 a { background-color: #140EEE; }

 a { background-color: rgb(20,14,238); }

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

border-color css

<style>
 span { border-color: #140EEE; }

 span { border-color: rgb(20,14,238); }

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