Html Css Color HEX #140FFB Blue

📋 copy color: '#140FFB'

red 20 ◦ green 15 ◦ blue 251

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

Shades of Blue #140FFB

Tints of Blue #140FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.24%

 BLUE value IS 251 (98.44% from 255) = 87.76%

R = 6.99%
G = 5.24%
B = 87.76%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#140FFB (or 0x140FFB) is known color: Blue. HEX triplet: 14, 0F and FB. RGB value is (20,15,251). Sum of RGB (Red+Green+Blue) = 20+15+251=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 251 (98.44% from 255 or 87.76% from 286); Max value from RGB is 251 - color contains mainly: blue. Hex color #140FFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140FFB is #EBF004. Grayscale: #2A2A2A. Windows color (decimal): -15462405 or 16453396. OLE color: 16453396.

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

Color convert

RGB 20 15 251 -
CMYK 0.92 0.94 0 0.02
HSL 241.27º 0.97% 0.52% -
HSV(B) 241.27º 0.94% 0.98% -
XYZ 17.87 7.46 91.76 -
YUV 43.4 245.16 111.31 -
System Red Green Blue C M Y K H S L
Decimal 20 15 251 0.92 0.94 0 0.02 241.27 0.97 0.52
Hex 14 F FB 5C 5E 0 2 F1 61 34
Octal 24 17 373 134 136 0 2 361 141 64
Binary 10100 1111 11111011 1011100 1011110 0 10 11110001 1100001 110100

Color Harmonies of #140FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FFB

Black with #140FFB

Text Example


Text Example

White with #140FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,15,251); }

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

background-color css

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

 a { background-color: rgb(20,15,251); }

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

border-color css

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

 span { border-color: rgb(20,15,251); }

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