Html Css Color HEX #140CCD Medium Blue

📋 copy color: '#140CCD'

red 20 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #140CCD

Tints of Medium Blue #140CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.06%

 BLUE value IS 205 (80.47% from 255) = 86.5%

R = 8.44%
G = 5.06%
B = 86.5%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#140CCD (or 0x140CCD) is known color: Medium Blue. HEX triplet: 14, 0C and CD. RGB value is (20,12,205). Sum of RGB (Red+Green+Blue) = 20+12+205=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 205 (80.47% from 255 or 86.50% from 237); Max value from RGB is 205 - color contains mainly: blue. Hex color #140CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CCD is #EBF332. Grayscale: #232323. Windows color (decimal): -15463219 or 13437972. OLE color: 13437972.

HSL color Cylindrical-coordinate representation of color #140CCD: hue angle of 242.49º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140CCD is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 12 205 -
CMYK 0.90 0.94 0 0.20
HSL 242.49º 0.89% 0.43% -
HSV(B) 242.49º 0.94% 0.8% -
XYZ 11.44 4.82 58.08 -
YUV 36.39 223.15 116.31 -
System Red Green Blue C M Y K H S L
Decimal 20 12 205 0.90 0.94 0 0.20 242.49 0.89 0.43
Hex 14 C CD 5A 5E 0 14 F2 59 2B
Octal 24 14 315 132 136 0 24 362 131 53
Binary 10100 1100 11001101 1011010 1011110 0 10100 11110010 1011001 101011

Color Harmonies of #140CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CCD

Black with #140CCD

Text Example


Text Example

White with #140CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,12,205); }

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

background-color css

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

 a { background-color: rgb(20,12,205); }

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

border-color css

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

 span { border-color: rgb(20,12,205); }

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