Html Css Color HEX #141EE0 Medium Blue

📋 copy color: '#141EE0'

red 20 ◦ green 30 ◦ blue 224

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

Shades of Medium Blue #141EE0

Tints of Medium Blue #141EE0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.95%

 BLUE value IS 224 (87.89% from 255) = 81.75%

R = 7.3%
G = 10.95%
B = 81.75%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#141EE0 (or 0x141EE0) is known color: Medium Blue. HEX triplet: 14, 1E and E0. RGB value is (20,30,224). Sum of RGB (Red+Green+Blue) = 20+30+224=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 224 (87.89% from 255 or 81.75% from 274); Max value from RGB is 224 - color contains mainly: blue. Hex color #141EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141EE0 is #EBE11F. Grayscale: #303030. Windows color (decimal): -15458592 or 14687764. OLE color: 14687764.

HSL color Cylindrical-coordinate representation of color #141EE0: hue angle of 237.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141EE0 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 30 224 -
CMYK 0.91 0.87 0 0.12
HSL 237.06º 0.84% 0.48% -
HSV(B) 237.06º 0.91% 0.88% -
XYZ 14.21 6.46 71.02 -
YUV 49.13 226.69 107.23 -
System Red Green Blue C M Y K H S L
Decimal 20 30 224 0.91 0.87 0 0.12 237.06 0.84 0.48
Hex 14 1E E0 5B 57 0 C ED 54 30
Octal 24 36 340 133 127 0 14 355 124 60
Binary 10100 11110 11100000 1011011 1010111 0 1100 11101101 1010100 110000

Color Harmonies of #141EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141EE0

Black with #141EE0

Text Example


Text Example

White with #141EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141EE0; }

 p { color: rgb(20,30,224); }

 H1.HeaderClassName
 {
   color: #141EE0;
 }
 .AnyTagClassName
 {
   color: #141EE0;
 }
</style>

background-color css

<style>
 a { background-color: #141EE0; }

 a { background-color: rgb(20,30,224); }

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

border-color css

<style>
 span { border-color: #141EE0; }

 span { border-color: rgb(20,30,224); }

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