#1218DC

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

Shades of Medium Blue #1218DC

Tints of Medium Blue #1218DC

Color information

#1218DC (or 0x1218DC) is unknown color: approx Medium Blue. HEX triplet: 12, 18 and DC. RGB value is (18,24,220). Sum of RGB (Red+Green+Blue) = 18+24+220=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #1218DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218DC is #EDE723. Grayscale: #2B2B2B. Windows color (decimal): -15591204 or 14424082. OLE color: 14424082.

HSL color Cylindrical-coordinate representation of color #1218DC: hue angle of 238.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1218DC is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1824220-
CMYK0.920.8900.14
HSL238.22º84.87%46.67%-
HSV(B)238.22º91.82%86.27%-
XYZ13.495.9568.15-
YUV44.55227.01109.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.87%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 220 (86.33% from 255) = 83.97%
R=6.87%
G=9.16%
B=83.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18242200.920.8900.14238.2284.8746.67
Hex1218DC5C590Eee552f
Octal223033413413101635612557
Binary1001011000110111001011100101100101110111011101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1218DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1218DC; }

 p { color: rgb(18,24,220); }

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

<style>
 a { background-color: #1218DC; }

 a { background-color: rgb(18,24,220); }

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

<style>
 span { border-color: #1218DC; }

 span { border-color: rgb(18,24,220); }

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