Html Css Color HEX #140CCE Medium Blue

📋 copy color: '#140CCE'

red 20 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #140CCE

Tints of Medium Blue #140CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 86.55%

R = 8.4%
G = 5.04%
B = 86.55%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#140CCE (or 0x140CCE) is known color: Medium Blue. HEX triplet: 14, 0C and CE. RGB value is (20,12,206). Sum of RGB (Red+Green+Blue) = 20+12+206=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #140CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CCE is #EBF331. Grayscale: #232323. Windows color (decimal): -15463218 or 13503508. OLE color: 13503508.

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

Color convert

RGB 20 12 206 -
CMYK 0.90 0.94 0 0.19
HSL 242.47º 0.89% 0.43% -
HSV(B) 242.47º 0.94% 0.81% -
XYZ 11.56 4.87 58.72 -
YUV 36.51 223.65 116.23 -
System Red Green Blue C M Y K H S L
Decimal 20 12 206 0.90 0.94 0 0.19 242.47 0.89 0.43
Hex 14 C CE 5A 5E 0 13 F2 59 2B
Octal 24 14 316 132 136 0 23 362 131 53
Binary 10100 1100 11001110 1011010 1011110 0 10011 11110010 1011001 101011

Color Harmonies of #140CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CCE

Black with #140CCE

Text Example


Text Example

White with #140CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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