Html Css Color HEX #140BFA Blue

📋 copy color: '#140BFA'

red 20 ◦ green 11 ◦ blue 250

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

Shades of Blue #140BFA

Tints of Blue #140BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 88.97%

R = 7.12%
G = 3.91%
B = 88.97%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#140BFA (or 0x140BFA) is known color: Blue. HEX triplet: 14, 0B and FA. RGB value is (20,11,250). Sum of RGB (Red+Green+Blue) = 20+11+250=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 250 (98.05% from 255 or 88.97% from 281); Max value from RGB is 250 - color contains mainly: blue. Hex color #140BFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140BFA is #EBF405. Grayscale: #272727. Windows color (decimal): -15463430 or 16386836. OLE color: 16386836.

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

Color convert

RGB 20 11 250 -
CMYK 0.92 0.96 0 0.02
HSL 242.26º 0.96% 0.51% -
HSV(B) 242.26º 0.96% 0.98% -
XYZ 17.66 7.29 90.92 -
YUV 40.94 245.98 113.07 -
System Red Green Blue C M Y K H S L
Decimal 20 11 250 0.92 0.96 0 0.02 242.26 0.96 0.51
Hex 14 B FA 5C 60 0 2 F2 60 33
Octal 24 13 372 134 140 0 2 362 140 63
Binary 10100 1011 11111010 1011100 1100000 0 10 11110010 1100000 110011

Color Harmonies of #140BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BFA

Black with #140BFA

Text Example


Text Example

White with #140BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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