Html Css Color HEX #140AFD Blue

📋 copy color: '#140AFD'

red 20 ◦ green 10 ◦ blue 253

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

Shades of Blue #140AFD

Tints of Blue #140AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 89.4%

R = 7.07%
G = 3.53%
B = 89.4%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#140AFD (or 0x140AFD) is known color: Blue. HEX triplet: 14, 0A and FD. RGB value is (20,10,253). Sum of RGB (Red+Green+Blue) = 20+10+253=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 253 (99.22% from 255 or 89.40% from 283); Max value from RGB is 253 - color contains mainly: blue. Hex color #140AFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140AFD is #EBF502. Grayscale: #272727. Windows color (decimal): -15463683 or 16583188. OLE color: 16583188.

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

Color convert

RGB 20 10 253 -
CMYK 0.92 0.96 0 0.01
HSL 242.47º 0.98% 0.52% -
HSV(B) 242.47º 0.96% 0.99% -
XYZ 18.13 7.46 93.41 -
YUV 40.69 247.81 113.24 -
System Red Green Blue C M Y K H S L
Decimal 20 10 253 0.92 0.96 0 0.01 242.47 0.98 0.52
Hex 14 A FD 5C 60 0 1 F2 62 34
Octal 24 12 375 134 140 0 1 362 142 64
Binary 10100 1010 11111101 1011100 1100000 0 1 11110010 1100010 110100

Color Harmonies of #140AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140AFD

Black with #140AFD

Text Example


Text Example

White with #140AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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