#141DE4

Color #141DE4 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #141DE4

Tints of Medium Blue #141DE4

Color information

#141DE4 (or 0x141DE4) is unknown color: approx Medium Blue. HEX triplet: 14, 1D and E4. RGB value is (20,29,228). Sum of RGB (Red+Green+Blue) = 20+29+228=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 228 (89.45% from 255 or 82.31% from 277); Max value from RGB is 228 - color contains mainly: blue. Hex color #141DE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DE4 is #EBE21B. Grayscale: #303030. Windows color (decimal): -15458844 or 14949652. OLE color: 14949652.

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

Color convert

RGB2029228-
CMYK0.910.8700.11
HSL237.4º83.87%48.63%-
HSV(B)237.4º91.23%89.41%-
XYZ14.736.6373.9-
YUV49229.02107.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.22%
GREEN value IS 29 (11.72% from 255) = 10.47%
BLUE value IS 228 (89.45% from 255) = 82.31%
R=7.22%
G=10.47%
B=82.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20292280.910.8700.11237.483.8748.63
Hex141DE45B570Bed5431
Octal243534413312701335512461
Binary1010011101111001001011011101011101011111011011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,29,228); }

 H1.HeaderClassName
 {
   color: #141DE4;
 }
 .AnyTagClassName
 {
   color: #141DE4;
 }
</style>
background-color css

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

 a { background-color: rgb(20,29,228); }

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

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

 span { border-color: rgb(20,29,228); }

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