#1408DE

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

Shades of Medium Blue #1408DE

Tints of Medium Blue #1408DE

Color information

#1408DE (or 0x1408DE) is unknown color: approx Medium Blue. HEX triplet: 14, 08 and DE. RGB value is (20,8,222). Sum of RGB (Red+Green+Blue) = 20+8+222=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 222 (87.11% from 255 or 88.8% from 250); Max value from RGB is 222 - color contains mainly: blue. Hex color #1408DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1408DE is #EBF721. Grayscale: #232323. Windows color (decimal): -15464226 or 14551060. OLE color: 14551060.

HSL color Cylindrical-coordinate representation of color #1408DE: hue angle of 243.36º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1408DE is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208222-
CMYK0.910.9600.13
HSL243.36º93.04%45.1%-
HSV(B)243.36º96.4%87.06%-
XYZ13.565.669.47-
YUV35.98232.98116.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 222 (87.11% from 255) = 88.8%
R=8%
G=3.2%
B=88.8%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082220.910.9600.13243.3693.0445.1
Hex148DE5B600Df35d2d
Octal241033613314001536313555
Binary101001000110111101011011110000001101111100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1408DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1408DE; }

 p { color: rgb(20,8,222); }

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

<style>
 a { background-color: #1408DE; }

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

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

<style>
 span { border-color: #1408DE; }

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

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