Html Css Color HEX #140FDC Medium Blue

📋 copy color: '#140FDC'

red 20 ◦ green 15 ◦ blue 220

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

Shades of Medium Blue #140FDC

Tints of Medium Blue #140FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.88%

 BLUE value IS 220 (86.33% from 255) = 86.27%

R = 7.84%
G = 5.88%
B = 86.27%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#140FDC (or 0x140FDC) is known color: Medium Blue. HEX triplet: 14, 0F and DC. RGB value is (20,15,220). Sum of RGB (Red+Green+Blue) = 20+15+220=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 220 (86.33% from 255 or 86.27% from 255); Max value from RGB is 220 - color contains mainly: blue. Hex color #140FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FDC is #EBF023. Grayscale: #272727. Windows color (decimal): -15462436 or 14421780. OLE color: 14421780.

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

Color convert

RGB 20 15 220 -
CMYK 0.91 0.93 0 0.14
HSL 241.46º 0.87% 0.46% -
HSV(B) 241.46º 0.93% 0.86% -
XYZ 13.38 5.66 68.1 -
YUV 39.87 229.66 113.83 -
System Red Green Blue C M Y K H S L
Decimal 20 15 220 0.91 0.93 0 0.14 241.46 0.87 0.46
Hex 14 F DC 5B 5D 0 E F1 57 2E
Octal 24 17 334 133 135 0 16 361 127 56
Binary 10100 1111 11011100 1011011 1011101 0 1110 11110001 1010111 101110

Color Harmonies of #140FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FDC

Black with #140FDC

Text Example


Text Example

White with #140FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,15,220); }

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

background-color css

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

 a { background-color: rgb(20,15,220); }

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

border-color css

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

 span { border-color: rgb(20,15,220); }

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