Html Css Color HEX #140CDF Medium Blue

📋 copy color: '#140CDF'

red 20 ◦ green 12 ◦ blue 223

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

Shades of Medium Blue #140CDF

Tints of Medium Blue #140CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 87.45%

R = 7.84%
G = 4.71%
B = 87.45%

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

#140CDF (or 0x140CDF) is known color: Medium Blue. HEX triplet: 14, 0C and DF. RGB value is (20,12,223). Sum of RGB (Red+Green+Blue) = 20+12+223=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #140CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CDF is #EBF320. Grayscale: #252525. Windows color (decimal): -15463201 or 14617620. OLE color: 14617620.

HSL color Cylindrical-coordinate representation of color #140CDF: hue angle of 242.27º 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 #140CDF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 12 223 -
CMYK 0.91 0.95 0 0.13
HSL 242.27º 0.9% 0.46% -
HSV(B) 242.27º 0.95% 0.87% -
XYZ 13.74 5.74 70.2 -
YUV 38.45 232.15 114.84 -
System Red Green Blue C M Y K H S L
Decimal 20 12 223 0.91 0.95 0 0.13 242.27 0.9 0.46
Hex 14 C DF 5B 5F 0 D F2 5A 2E
Octal 24 14 337 133 137 0 15 362 132 56
Binary 10100 1100 11011111 1011011 1011111 0 1101 11110010 1011010 101110

Color Harmonies of #140CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CDF

Black with #140CDF

Text Example


Text Example

White with #140CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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