Html Css Color HEX #140DFB Blue

📋 copy color: '#140DFB'

red 20 ◦ green 13 ◦ blue 251

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

Shades of Blue #140DFB

Tints of Blue #140DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 251 (98.44% from 255) = 88.38%

R = 7.04%
G = 4.58%
B = 88.38%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#140DFB (or 0x140DFB) is known color: Blue. HEX triplet: 14, 0D and FB. RGB value is (20,13,251). Sum of RGB (Red+Green+Blue) = 20+13+251=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 251 (98.44% from 255 or 88.38% from 284); Max value from RGB is 251 - color contains mainly: blue. Hex color #140DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140DFB is #EBF204. Grayscale: #292929. Windows color (decimal): -15462917 or 16452884. OLE color: 16452884.

HSL color Cylindrical-coordinate representation of color #140DFB: hue angle of 241.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140DFB is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 13 251 -
CMYK 0.92 0.95 0 0.02
HSL 241.76º 0.97% 0.52% -
HSV(B) 241.76º 0.95% 0.98% -
XYZ 17.85 7.4 91.75 -
YUV 42.23 245.82 112.15 -
System Red Green Blue C M Y K H S L
Decimal 20 13 251 0.92 0.95 0 0.02 241.76 0.97 0.52
Hex 14 D FB 5C 5F 0 2 F2 61 34
Octal 24 15 373 134 137 0 2 362 141 64
Binary 10100 1101 11111011 1011100 1011111 0 10 11110010 1100001 110100

Color Harmonies of #140DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140DFB

Black with #140DFB

Text Example


Text Example

White with #140DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,13,251); }

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

background-color css

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

 a { background-color: rgb(20,13,251); }

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

border-color css

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

 span { border-color: rgb(20,13,251); }

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