#141CD8

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

Shades of Medium Blue #141CD8

Tints of Medium Blue #141CD8

Color information

#141CD8 (or 0x141CD8) is unknown color: approx Medium Blue. HEX triplet: 14, 1C and D8. RGB value is (20,28,216). Sum of RGB (Red+Green+Blue) = 20+28+216=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 216 (84.77% from 255 or 81.82% from 264); Max value from RGB is 216 - color contains mainly: blue. Hex color #141CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CD8 is #EBE327. Grayscale: #2E2E2E. Windows color (decimal): -15459112 or 14162964. OLE color: 14162964.

HSL color Cylindrical-coordinate representation of color #141CD8: hue angle of 237.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141CD8 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2028216-
CMYK0.910.8700.15
HSL237.55º83.05%46.27%-
HSV(B)237.55º90.74%84.71%-
XYZ13.15.9465.42-
YUV47.04223.35108.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 216 (84.77% from 255) = 81.82%
R=7.58%
G=10.61%
B=81.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20282160.910.8700.15237.5583.0546.27
Hex141CD85B570Fee532e
Octal243433013312701735612356
Binary1010011100110110001011011101011101111111011101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,28,216); }

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

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

 a { background-color: rgb(20,28,216); }

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

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

 span { border-color: rgb(20,28,216); }

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