Html Css Color HEX #140FBF Medium Blue

📋 copy color: '#140FBF'

red 20 ◦ green 15 ◦ blue 191

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

Shades of Medium Blue #140FBF

Tints of Medium Blue #140FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 84.51%

R = 8.85%
G = 6.64%
B = 84.51%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#140FBF (or 0x140FBF) is known color: Medium Blue. HEX triplet: 14, 0F and BF. RGB value is (20,15,191). Sum of RGB (Red+Green+Blue) = 20+15+191=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #140FBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FBF is #EBF040. Grayscale: #232323. Windows color (decimal): -15462465 or 12521236. OLE color: 12521236.

HSL color Cylindrical-coordinate representation of color #140FBF: hue angle of 241.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140FBF is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 15 191 -
CMYK 0.90 0.92 0 0.25
HSL 241.7º 0.85% 0.4% -
HSV(B) 241.7º 0.92% 0.75% -
XYZ 9.86 4.25 49.59 -
YUV 36.56 215.16 116.19 -
System Red Green Blue C M Y K H S L
Decimal 20 15 191 0.90 0.92 0 0.25 241.7 0.85 0.4
Hex 14 F BF 5A 5C 0 19 F2 55 28
Octal 24 17 277 132 134 0 31 362 125 50
Binary 10100 1111 10111111 1011010 1011100 0 11001 11110010 1010101 101000

Color Harmonies of #140FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FBF

Black with #140FBF

Text Example


Text Example

White with #140FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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