Html Css Color HEX #140DBE Medium Blue

📋 copy color: '#140DBE'

red 20 ◦ green 13 ◦ blue 190

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

Shades of Medium Blue #140DBE

Tints of Medium Blue #140DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

 BLUE value IS 190 (74.61% from 255) = 85.2%

R = 8.97%
G = 5.83%
B = 85.2%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#140DBE (or 0x140DBE) is known color: Medium Blue. HEX triplet: 14, 0D and BE. RGB value is (20,13,190). Sum of RGB (Red+Green+Blue) = 20+13+190=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #140DBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DBE is #EBF241. Grayscale: #222222. Windows color (decimal): -15462978 or 12455188. OLE color: 12455188.

HSL color Cylindrical-coordinate representation of color #140DBE: hue angle of 242.37º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140DBE is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 13 190 -
CMYK 0.89 0.93 0 0.25
HSL 242.37º 0.87% 0.4% -
HSV(B) 242.37º 0.93% 0.75% -
XYZ 9.73 4.15 49 -
YUV 35.27 215.32 117.11 -
System Red Green Blue C M Y K H S L
Decimal 20 13 190 0.89 0.93 0 0.25 242.37 0.87 0.4
Hex 14 D BE 59 5D 0 19 F2 57 28
Octal 24 15 276 131 135 0 31 362 127 50
Binary 10100 1101 10111110 1011001 1011101 0 11001 11110010 1010111 101000

Color Harmonies of #140DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140DBE

Black with #140DBE

Text Example


Text Example

White with #140DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,13,190); }

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

background-color css

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

 a { background-color: rgb(20,13,190); }

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

border-color css

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

 span { border-color: rgb(20,13,190); }

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