Html Css Color HEX #140CFE Blue

📋 copy color: '#140CFE'

red 20 ◦ green 12 ◦ blue 254

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

Shades of Blue #140CFE

Tints of Blue #140CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.2%

 BLUE value IS 254 (99.61% from 255) = 88.81%

R = 6.99%
G = 4.2%
B = 88.81%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#140CFE (or 0x140CFE) is known color: Blue. HEX triplet: 14, 0C and FE. RGB value is (20,12,254). Sum of RGB (Red+Green+Blue) = 20+12+254=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 254 (99.61% from 255 or 88.81% from 286); Max value from RGB is 254 - color contains mainly: blue. Hex color #140CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140CFE is #EBF301. Grayscale: #292929. Windows color (decimal): -15463170 or 16649236. OLE color: 16649236.

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

Color convert

RGB 20 12 254 -
CMYK 0.92 0.95 0 0.00
HSL 241.98º 0.99% 0.52% -
HSV(B) 241.98º 0.95% 1% -
XYZ 18.31 7.57 94.26 -
YUV 41.98 247.65 112.32 -
System Red Green Blue C M Y K H S L
Decimal 20 12 254 0.92 0.95 0 0.00 241.98 0.99 0.52
Hex 14 C FE 5C 5F 0 0 F2 63 34
Octal 24 14 376 134 137 0 0 362 143 64
Binary 10100 1100 11111110 1011100 1011111 0 0 11110010 1100011 110100

Color Harmonies of #140CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CFE

Black with #140CFE

Text Example


Text Example

White with #140CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,12,254); }

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

background-color css

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

 a { background-color: rgb(20,12,254); }

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

border-color css

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

 span { border-color: rgb(20,12,254); }

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