Html Css Color HEX #140FBB Medium Blue

📋 copy color: '#140FBB'

red 20 ◦ green 15 ◦ blue 187

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

Shades of Medium Blue #140FBB

Tints of Medium Blue #140FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 84.23%

R = 9.01%
G = 6.76%
B = 84.23%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#140FBB (or 0x140FBB) is known color: Medium Blue. HEX triplet: 14, 0F and BB. RGB value is (20,15,187). Sum of RGB (Red+Green+Blue) = 20+15+187=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #140FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FBB is #EBF044. Grayscale: #232323. Windows color (decimal): -15462469 or 12259092. OLE color: 12259092.

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

Color convert

RGB 20 15 187 -
CMYK 0.89 0.92 0 0.27
HSL 241.74º 0.85% 0.4% -
HSV(B) 241.74º 0.92% 0.73% -
XYZ 9.43 4.08 47.3 -
YUV 36.1 213.16 116.51 -
System Red Green Blue C M Y K H S L
Decimal 20 15 187 0.89 0.92 0 0.27 241.74 0.85 0.4
Hex 14 F BB 59 5C 0 1B F2 55 28
Octal 24 17 273 131 134 0 33 362 125 50
Binary 10100 1111 10111011 1011001 1011100 0 11011 11110010 1010101 101000

Color Harmonies of #140FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FBB

Black with #140FBB

Text Example


Text Example

White with #140FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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