Html Css Color HEX #140CEB Blue

📋 copy color: '#140CEB'

red 20 ◦ green 12 ◦ blue 235

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

Shades of Blue #140CEB

Tints of Blue #140CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 88.01%

R = 7.49%
G = 4.49%
B = 88.01%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#140CEB (or 0x140CEB) is known color: Blue. HEX triplet: 14, 0C and EB. RGB value is (20,12,235). Sum of RGB (Red+Green+Blue) = 20+12+235=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 235 (92.19% from 255 or 88.01% from 267); Max value from RGB is 235 - color contains mainly: blue. Hex color #140CEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140CEB is #EBF314. Grayscale: #262626. Windows color (decimal): -15463189 or 15404052. OLE color: 15404052.

HSL color Cylindrical-coordinate representation of color #140CEB: hue angle of 242.15º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140CEB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 12 235 -
CMYK 0.91 0.95 0 0.08
HSL 242.15º 0.9% 0.48% -
HSV(B) 242.15º 0.95% 0.92% -
XYZ 15.42 6.41 79.02 -
YUV 39.81 238.15 113.87 -
System Red Green Blue C M Y K H S L
Decimal 20 12 235 0.91 0.95 0 0.08 242.15 0.9 0.48
Hex 14 C EB 5B 5F 0 8 F2 5A 30
Octal 24 14 353 133 137 0 10 362 132 60
Binary 10100 1100 11101011 1011011 1011111 0 1000 11110010 1011010 110000

Color Harmonies of #140CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140CEB

Black with #140CEB

Text Example


Text Example

White with #140CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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