Html Css Color HEX #140DDA Medium Blue

📋 copy color: '#140DDA'

red 20 ◦ green 13 ◦ blue 218

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

Shades of Medium Blue #140DDA

Tints of Medium Blue #140DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 86.85%

R = 7.97%
G = 5.18%
B = 86.85%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#140DDA (or 0x140DDA) is known color: Medium Blue. HEX triplet: 14, 0D and DA. RGB value is (20,13,218). Sum of RGB (Red+Green+Blue) = 20+13+218=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #140DDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DDA is #EBF225. Grayscale: #252525. Windows color (decimal): -15462950 or 14290196. OLE color: 14290196.

HSL color Cylindrical-coordinate representation of color #140DDA: hue angle of 242.05º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140DDA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 13 218 -
CMYK 0.91 0.94 0 0.15
HSL 242.05º 0.89% 0.45% -
HSV(B) 242.05º 0.94% 0.85% -
XYZ 13.09 5.5 66.7 -
YUV 38.46 229.32 114.83 -
System Red Green Blue C M Y K H S L
Decimal 20 13 218 0.91 0.94 0 0.15 242.05 0.89 0.45
Hex 14 D DA 5B 5E 0 F F2 59 2D
Octal 24 15 332 133 136 0 17 362 131 55
Binary 10100 1101 11011010 1011011 1011110 0 1111 11110010 1011001 101101

Color Harmonies of #140DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140DDA

Black with #140DDA

Text Example


Text Example

White with #140DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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