Html Css Color HEX #140CDE Medium Blue

📋 copy color: '#140CDE'

red 20 ◦ green 12 ◦ blue 222

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

Shades of Medium Blue #140CDE

Tints of Medium Blue #140CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 87.4%

R = 7.87%
G = 4.72%
B = 87.4%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#140CDE (or 0x140CDE) is known color: Medium Blue. HEX triplet: 14, 0C and DE. RGB value is (20,12,222). Sum of RGB (Red+Green+Blue) = 20+12+222=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 222 (87.11% from 255 or 87.40% from 254); Max value from RGB is 222 - color contains mainly: blue. Hex color #140CDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CDE is #EBF321. Grayscale: #252525. Windows color (decimal): -15463202 or 14552084. OLE color: 14552084.

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

Color convert

RGB 20 12 222 -
CMYK 0.91 0.95 0 0.13
HSL 242.29º 0.9% 0.46% -
HSV(B) 242.29º 0.95% 0.87% -
XYZ 13.6 5.69 69.49 -
YUV 38.33 231.65 114.92 -
System Red Green Blue C M Y K H S L
Decimal 20 12 222 0.91 0.95 0 0.13 242.29 0.9 0.46
Hex 14 C DE 5B 5F 0 D F2 5A 2E
Octal 24 14 336 133 137 0 15 362 132 56
Binary 10100 1100 11011110 1011011 1011111 0 1101 11110010 1011010 101110

Color Harmonies of #140CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CDE

Black with #140CDE

Text Example


Text Example

White with #140CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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