Html Css Color HEX #140BDE Medium Blue

📋 copy color: '#140BDE'

red 20 ◦ green 11 ◦ blue 222

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

Shades of Medium Blue #140BDE

Tints of Medium Blue #140BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.35%

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

R = 7.91%
G = 4.35%
B = 87.75%

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

#140BDE (or 0x140BDE) is known color: Medium Blue. HEX triplet: 14, 0B and DE. RGB value is (20,11,222). Sum of RGB (Red+Green+Blue) = 20+11+222=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 222 (87.11% from 255 or 87.75% from 253); Max value from RGB is 222 - color contains mainly: blue. Hex color #140BDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BDE is #EBF421. Grayscale: #242424. Windows color (decimal): -15463458 or 14551828. OLE color: 14551828.

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

Color convert

RGB 20 11 222 -
CMYK 0.91 0.95 0 0.13
HSL 242.56º 0.91% 0.46% -
HSV(B) 242.56º 0.95% 0.87% -
XYZ 13.59 5.66 69.48 -
YUV 37.75 231.98 115.34 -
System Red Green Blue C M Y K H S L
Decimal 20 11 222 0.91 0.95 0 0.13 242.56 0.91 0.46
Hex 14 B DE 5B 5F 0 D F3 5B 2E
Octal 24 13 336 133 137 0 15 363 133 56
Binary 10100 1011 11011110 1011011 1011111 0 1101 11110011 1011011 101110

Color Harmonies of #140BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BDE

Black with #140BDE

Text Example


Text Example

White with #140BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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