Html Css Color HEX #140FD5 Medium Blue

📋 copy color: '#140FD5'

red 20 ◦ green 15 ◦ blue 213

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

Shades of Medium Blue #140FD5

Tints of Medium Blue #140FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 85.89%

R = 8.06%
G = 6.05%
B = 85.89%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#140FD5 (or 0x140FD5) is known color: Medium Blue. HEX triplet: 14, 0F and D5. RGB value is (20,15,213). Sum of RGB (Red+Green+Blue) = 20+15+213=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 213 (83.59% from 255 or 85.89% from 248); Max value from RGB is 213 - color contains mainly: blue. Hex color #140FD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FD5 is #EBF02A. Grayscale: #262626. Windows color (decimal): -15462443 or 13963028. OLE color: 13963028.

HSL color Cylindrical-coordinate representation of color #140FD5: hue angle of 241.52º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140FD5 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 15 213 -
CMYK 0.91 0.93 0 0.16
HSL 241.52º 0.87% 0.45% -
HSV(B) 241.52º 0.93% 0.84% -
XYZ 12.47 5.29 63.32 -
YUV 39.07 226.16 114.4 -
System Red Green Blue C M Y K H S L
Decimal 20 15 213 0.91 0.93 0 0.16 241.52 0.87 0.45
Hex 14 F D5 5B 5D 0 10 F2 57 2D
Octal 24 17 325 133 135 0 20 362 127 55
Binary 10100 1111 11010101 1011011 1011101 0 10000 11110010 1010111 101101

Color Harmonies of #140FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FD5

Black with #140FD5

Text Example


Text Example

White with #140FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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