Html Css Color HEX #140EFC Blue

📋 copy color: '#140EFC'

red 20 ◦ green 14 ◦ blue 252

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

Shades of Blue #140EFC

Tints of Blue #140EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 88.11%

R = 6.99%
G = 4.9%
B = 88.11%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#140EFC (or 0x140EFC) is known color: Blue. HEX triplet: 14, 0E and FC. RGB value is (20,14,252). Sum of RGB (Red+Green+Blue) = 20+14+252=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 252 (98.83% from 255 or 88.11% from 286); Max value from RGB is 252 - color contains mainly: blue. Hex color #140EFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140EFC is #EBF103. Grayscale: #292929. Windows color (decimal): -15462660 or 16518676. OLE color: 16518676.

HSL color Cylindrical-coordinate representation of color #140EFC: hue angle of 241.51º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140EFC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 14 252 -
CMYK 0.92 0.94 0 0.01
HSL 241.51º 0.98% 0.52% -
HSV(B) 241.51º 0.94% 0.99% -
XYZ 18.02 7.49 92.59 -
YUV 42.93 245.99 111.65 -
System Red Green Blue C M Y K H S L
Decimal 20 14 252 0.92 0.94 0 0.01 241.51 0.98 0.52
Hex 14 E FC 5C 5E 0 1 F2 62 34
Octal 24 16 374 134 136 0 1 362 142 64
Binary 10100 1110 11111100 1011100 1011110 0 1 11110010 1100010 110100

Color Harmonies of #140EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140EFC

Black with #140EFC

Text Example


Text Example

White with #140EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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