Html Css Color HEX #140DFA Blue

📋 copy color: '#140DFA'

red 20 ◦ green 13 ◦ blue 250

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

Shades of Blue #140DFA

Tints of Blue #140DFA

RGB

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

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

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

R = 7.07%
G = 4.59%
B = 88.34%

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

#140DFA (or 0x140DFA) is known color: Blue. HEX triplet: 14, 0D and FA. RGB value is (20,13,250). Sum of RGB (Red+Green+Blue) = 20+13+250=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 250 (98.05% from 255 or 88.34% from 283); Max value from RGB is 250 - color contains mainly: blue. Hex color #140DFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140DFA is #EBF205. Grayscale: #292929. Windows color (decimal): -15462918 or 16387348. OLE color: 16387348.

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

Color convert

RGB 20 13 250 -
CMYK 0.92 0.95 0 0.02
HSL 241.77º 0.96% 0.52% -
HSV(B) 241.77º 0.95% 0.98% -
XYZ 17.69 7.34 90.93 -
YUV 42.11 245.32 112.23 -
System Red Green Blue C M Y K H S L
Decimal 20 13 250 0.92 0.95 0 0.02 241.77 0.96 0.52
Hex 14 D FA 5C 5F 0 2 F2 60 34
Octal 24 15 372 134 137 0 2 362 140 64
Binary 10100 1101 11111010 1011100 1011111 0 10 11110010 1100000 110100

Color Harmonies of #140DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140DFA

Black with #140DFA

Text Example


Text Example

White with #140DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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