Html Css Color HEX #140FCD Medium Blue

📋 copy color: '#140FCD'

red 20 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #140FCD

Tints of Medium Blue #140FCD

RGB

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

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

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

R = 8.33%
G = 6.25%
B = 85.42%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#140FCD (or 0x140FCD) is known color: Medium Blue. HEX triplet: 14, 0F and CD. RGB value is (20,15,205). Sum of RGB (Red+Green+Blue) = 20+15+205=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #140FCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FCD is #EBF032. Grayscale: #252525. Windows color (decimal): -15462451 or 13438740. OLE color: 13438740.

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

Color convert

RGB 20 15 205 -
CMYK 0.90 0.93 0 0.20
HSL 241.58º 0.86% 0.43% -
HSV(B) 241.58º 0.93% 0.8% -
XYZ 11.48 4.9 58.1 -
YUV 38.16 222.16 115.05 -
System Red Green Blue C M Y K H S L
Decimal 20 15 205 0.90 0.93 0 0.20 241.58 0.86 0.43
Hex 14 F CD 5A 5D 0 14 F2 56 2B
Octal 24 17 315 132 135 0 24 362 126 53
Binary 10100 1111 11001101 1011010 1011101 0 10100 11110010 1010110 101011

Color Harmonies of #140FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FCD

Black with #140FCD

Text Example


Text Example

White with #140FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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