#1218D3

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

Shades of Medium Blue #1218D3

Tints of Medium Blue #1218D3

Color information

#1218D3 (or 0x1218D3) is unknown color: approx Medium Blue. HEX triplet: 12, 18 and D3. RGB value is (18,24,211). Sum of RGB (Red+Green+Blue) = 18+24+211=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 211 (82.81% from 255 or 83.40% from 253); Max value from RGB is 211 - color contains mainly: blue. Hex color #1218D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218D3 is #EDE72C. Grayscale: #2A2A2A. Windows color (decimal): -15591213 or 13834258. OLE color: 13834258.

HSL color Cylindrical-coordinate representation of color #1218D3: hue angle of 238.13º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1218D3 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1824211-
CMYK0.910.8900.17
HSL238.13º84.28%44.9%-
HSV(B)238.13º91.47%82.75%-
XYZ12.335.4962.04-
YUV43.52222.51109.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 211 (82.81% from 255) = 83.40%
R=7.11%
G=9.49%
B=83.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal18242110.910.8900.17238.1384.2844.9
Hex1218D35B59011ee542d
Octal223032313313102135612455
Binary10010110001101001110110111011001010001111011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1218D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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