Html Css Color HEX #140BFF Blue

📋 copy color: '#140BFF'

red 20 ◦ green 11 ◦ blue 255

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

Shades of Blue #140BFF

Tints of Blue #140BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 89.16%

R = 6.99%
G = 3.85%
B = 89.16%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#140BFF (or 0x140BFF) is known color: Blue. HEX triplet: 14, 0B and FF. RGB value is (20,11,255). Sum of RGB (Red+Green+Blue) = 20+11+255=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #140BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140BFF is #EBF400. Grayscale: #282828. Windows color (decimal): -15463425 or 16714516. OLE color: 16714516.

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

Color convert

RGB 20 11 255 -
CMYK 0.92 0.96 0 0
HSL 242.21º 1% 0.52% -
HSV(B) 242.21º 0.96% 1% -
XYZ 18.46 7.61 95.1 -
YUV 41.51 248.48 112.66 -
System Red Green Blue C M Y K H S L
Decimal 20 11 255 0.92 0.96 0 0 242.21 1 0.52
Hex 14 B FF 5C 60 0 0 F2 64 34
Octal 24 13 377 134 140 0 0 362 144 64
Binary 10100 1011 11111111 1011100 1100000 0 0 11110010 1100100 110100

Color Harmonies of #140BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BFF

Black with #140BFF

Text Example


Text Example

White with #140BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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