Html Css Color HEX #140BDB Medium Blue

📋 copy color: '#140BDB'

red 20 ◦ green 11 ◦ blue 219

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

Shades of Medium Blue #140BDB

Tints of Medium Blue #140BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 219 (85.94% from 255) = 87.6%

R = 8%
G = 4.4%
B = 87.6%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#140BDB (or 0x140BDB) is known color: Medium Blue. HEX triplet: 14, 0B and DB. RGB value is (20,11,219). Sum of RGB (Red+Green+Blue) = 20+11+219=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #140BDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BDB is #EBF424. Grayscale: #242424. Windows color (decimal): -15463461 or 14355220. OLE color: 14355220.

HSL color Cylindrical-coordinate representation of color #140BDB: hue angle of 242.6º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140BDB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 11 219 -
CMYK 0.91 0.95 0 0.14
HSL 242.6º 0.9% 0.45% -
HSV(B) 242.6º 0.95% 0.86% -
XYZ 13.19 5.5 67.38 -
YUV 37.4 230.48 115.59 -
System Red Green Blue C M Y K H S L
Decimal 20 11 219 0.91 0.95 0 0.14 242.6 0.9 0.45
Hex 14 B DB 5B 5F 0 E F3 5A 2D
Octal 24 13 333 133 137 0 16 363 132 55
Binary 10100 1011 11011011 1011011 1011111 0 1110 11110011 1011010 101101

Color Harmonies of #140BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BDB

Black with #140BDB

Text Example


Text Example

White with #140BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,11,219); }

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

background-color css

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

 a { background-color: rgb(20,11,219); }

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

border-color css

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

 span { border-color: rgb(20,11,219); }

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