Html Css Color HEX #140ADD Medium Blue

📋 copy color: '#140ADD'

red 20 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #140ADD

Tints of Medium Blue #140ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

 BLUE value IS 221 (86.72% from 255) = 88.05%

R = 7.97%
G = 3.98%
B = 88.05%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#140ADD (or 0x140ADD) is known color: Medium Blue. HEX triplet: 14, 0A and DD. RGB value is (20,10,221). Sum of RGB (Red+Green+Blue) = 20+10+221=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #140ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140ADD is #EBF522. Grayscale: #242424. Windows color (decimal): -15463715 or 14486036. OLE color: 14486036.

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

Color convert

RGB 20 10 221 -
CMYK 0.91 0.95 0 0.13
HSL 242.84º 0.91% 0.45% -
HSV(B) 242.84º 0.95% 0.87% -
XYZ 13.45 5.59 68.78 -
YUV 37.04 231.81 115.84 -
System Red Green Blue C M Y K H S L
Decimal 20 10 221 0.91 0.95 0 0.13 242.84 0.91 0.45
Hex 14 A DD 5B 5F 0 D F3 5B 2D
Octal 24 12 335 133 137 0 15 363 133 55
Binary 10100 1010 11011101 1011011 1011111 0 1101 11110011 1011011 101101

Color Harmonies of #140ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140ADD

Black with #140ADD

Text Example


Text Example

White with #140ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,10,221); }

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

background-color css

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

 a { background-color: rgb(20,10,221); }

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

border-color css

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

 span { border-color: rgb(20,10,221); }

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