Html Css Color HEX #140FFF Blue

📋 copy color: '#140FFF'

red 20 ◦ green 15 ◦ blue 255

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

Shades of Blue #140FFF

Tints of Blue #140FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 87.93%

R = 6.9%
G = 5.17%
B = 87.93%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#140FFF (or 0x140FFF) is known color: Blue. HEX triplet: 14, 0F and FF. RGB value is (20,15,255). Sum of RGB (Red+Green+Blue) = 20+15+255=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #140FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140FFF is #EBF000. Grayscale: #2A2A2A. Windows color (decimal): -15462401 or 16715540. OLE color: 16715540.

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

Color convert

RGB 20 15 255 -
CMYK 0.92 0.94 0 0
HSL 241.25º 1% 0.53% -
HSV(B) 241.25º 0.94% 1% -
XYZ 18.51 7.71 95.12 -
YUV 43.86 247.16 110.99 -
System Red Green Blue C M Y K H S L
Decimal 20 15 255 0.92 0.94 0 0 241.25 1 0.53
Hex 14 F FF 5C 5E 0 0 F1 64 35
Octal 24 17 377 134 136 0 0 361 144 65
Binary 10100 1111 11111111 1011100 1011110 0 0 11110001 1100100 110101

Color Harmonies of #140FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140FFF

Black with #140FFF

Text Example


Text Example

White with #140FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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