Html Css Color HEX #140AFA Blue

📋 copy color: '#140AFA'

red 20 ◦ green 10 ◦ blue 250

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

Shades of Blue #140AFA

Tints of Blue #140AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

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

R = 7.14%
G = 3.57%
B = 89.29%

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

#140AFA (or 0x140AFA) is known color: Blue. HEX triplet: 14, 0A and FA. RGB value is (20,10,250). Sum of RGB (Red+Green+Blue) = 20+10+250=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 250 (98.05% from 255 or 89.29% from 280); Max value from RGB is 250 - color contains mainly: blue. Hex color #140AFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140AFA is #EBF505. Grayscale: #272727. Windows color (decimal): -15463686 or 16386580. OLE color: 16386580.

HSL color Cylindrical-coordinate representation of color #140AFA: hue angle of 242.5º 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 #140AFA is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 10 250 -
CMYK 0.92 0.96 0 0.02
HSL 242.5º 0.96% 0.51% -
HSV(B) 242.5º 0.96% 0.98% -
XYZ 17.65 7.27 90.91 -
YUV 40.35 246.31 113.49 -
System Red Green Blue C M Y K H S L
Decimal 20 10 250 0.92 0.96 0 0.02 242.5 0.96 0.51
Hex 14 A FA 5C 60 0 2 F2 60 33
Octal 24 12 372 134 140 0 2 362 140 63
Binary 10100 1010 11111010 1011100 1100000 0 10 11110010 1100000 110011

Color Harmonies of #140AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140AFA

Black with #140AFA

Text Example


Text Example

White with #140AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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