#141FD9

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

Shades of Medium Blue #141FD9

Tints of Medium Blue #141FD9

Color information

#141FD9 (or 0x141FD9) is unknown color: approx Medium Blue. HEX triplet: 14, 1F and D9. RGB value is (20,31,217). Sum of RGB (Red+Green+Blue) = 20+31+217=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 217 (85.16% from 255 or 80.97% from 268); Max value from RGB is 217 - color contains mainly: blue. Hex color #141FD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FD9 is #EBE026. Grayscale: #303030. Windows color (decimal): -15458343 or 14229268. OLE color: 14229268.

HSL color Cylindrical-coordinate representation of color #141FD9: hue angle of 236.65º 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 #141FD9 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2031217-
CMYK0.910.8600.15
HSL236.65º83.12%46.47%-
HSV(B)236.65º90.78%85.1%-
XYZ13.36.1466.13-
YUV48.92222.86107.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.46%
GREEN value IS 31 (12.5% from 255) = 11.57%
BLUE value IS 217 (85.16% from 255) = 80.97%
R=7.46%
G=11.57%
B=80.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20312170.910.8600.15236.6583.1246.47
Hex141FD95B560Fed532e
Octal243733113312601735512356
Binary1010011111110110011011011101011001111111011011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,31,217); }

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

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

 a { background-color: rgb(20,31,217); }

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

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

 span { border-color: rgb(20,31,217); }

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