Html Css Color HEX #140BD7 Medium Blue

📋 copy color: '#140BD7'

red 20 ◦ green 11 ◦ blue 215

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

Shades of Medium Blue #140BD7

Tints of Medium Blue #140BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 87.4%

R = 8.13%
G = 4.47%
B = 87.4%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#140BD7 (or 0x140BD7) is known color: Medium Blue. HEX triplet: 14, 0B and D7. RGB value is (20,11,215). Sum of RGB (Red+Green+Blue) = 20+11+215=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 215 (84.38% from 255 or 87.40% from 246); Max value from RGB is 215 - color contains mainly: blue. Hex color #140BD7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BD7 is #EBF428. Grayscale: #242424. Windows color (decimal): -15463465 or 14093076. OLE color: 14093076.

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

Color convert

RGB 20 11 215 -
CMYK 0.91 0.95 0 0.16
HSL 242.65º 0.9% 0.44% -
HSV(B) 242.65º 0.95% 0.84% -
XYZ 12.67 5.29 64.64 -
YUV 36.95 228.48 115.91 -
System Red Green Blue C M Y K H S L
Decimal 20 11 215 0.91 0.95 0 0.16 242.65 0.9 0.44
Hex 14 B D7 5B 5F 0 10 F3 5A 2C
Octal 24 13 327 133 137 0 20 363 132 54
Binary 10100 1011 11010111 1011011 1011111 0 10000 11110011 1011010 101100

Color Harmonies of #140BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BD7

Black with #140BD7

Text Example


Text Example

White with #140BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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