#1414D0

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

Shades of Medium Blue #1414D0

Tints of Medium Blue #1414D0

Color information

#1414D0 (or 0x1414D0) is unknown color: approx Medium Blue. HEX triplet: 14, 14 and D0. RGB value is (20,20,208). Sum of RGB (Red+Green+Blue) = 20+20+208=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 208 (81.64% from 255 or 83.87% from 248); Max value from RGB is 208 - color contains mainly: blue. Hex color #1414D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1414D0 is #EBEB2F. Grayscale: #282828. Windows color (decimal): -15461168 or 13636628. OLE color: 13636628.

HSL color Cylindrical-coordinate representation of color #1414D0: hue angle of 240º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1414D0 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2020208-
CMYK0.900.9000.18
HSL240º82.46%44.71%-
HSV(B)240º90.38%81.57%-
XYZ11.925.260.05-
YUV41.43222112.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 208 (81.64% from 255) = 83.87%
R=8.06%
G=8.06%
B=83.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20202080.900.9000.1824082.4644.71
Hex1414D05A5A012f0522d
Octal242432013213202236012255
Binary10100101001101000010110101011010010010111100001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1414D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1414D0; }

 p { color: rgb(20,20,208); }

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

<style>
 a { background-color: #1414D0; }

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

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

<style>
 span { border-color: #1414D0; }

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

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