#1400d8

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

Shades of Medium Blue #1400D8

Tints of Medium Blue #1400D8

Color information

#1400D8 (or 0x1400D8) is unknown color: approx Medium Blue. HEX triplet: 14, 00 and D8. RGB value is (20,0,216). Sum of RGB (Red+Green+Blue) = 20+0+216=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 216 (84.77% from 255 or 91.53% from 236); Max value from RGB is 216 - color contains mainly: blue. Hex color #1400D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1400D8 is #EBFF27. Grayscale: #1D1D1D. Windows color (decimal): -15466280 or 14155796. OLE color: 14155796.

HSL color Cylindrical-coordinate representation of color #1400D8: hue angle of 245.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400D8 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200216-
CMYK0.91100.15
HSL245.56º100%42.35%-
HSV(B)245.56º100%84.71%-
XYZ12.685.1165.28-
YUV30.6232.63120.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 216 (84.77% from 255) = 91.53%
R=8.47%
G=0%
B=91.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002160.91100.15245.5610042.35
Hex140D85B640Ff6642a
Octal24033013314401736614452
Binary101000110110001011011110010001111111101101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1400d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1400d8; }

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

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

<style>
 a { background-color: #1400d8; }

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

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

<style>
 span { border-color: #1400d8; }

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

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