#1210DA

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

Shades of Medium Blue #1210DA

Tints of Medium Blue #1210DA

Color information

#1210DA (or 0x1210DA) is unknown color: approx Medium Blue. HEX triplet: 12, 10 and DA. RGB value is (18,16,218). Sum of RGB (Red+Green+Blue) = 18+16+218=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 218 (85.55% from 255 or 86.51% from 252); Max value from RGB is 218 - color contains mainly: blue. Hex color #1210DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1210DA is #EDEF25. Grayscale: #262626. Windows color (decimal): -15593254 or 14290962. OLE color: 14290962.

HSL color Cylindrical-coordinate representation of color #1210DA: hue angle of 240.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1210DA is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1816218-
CMYK0.920.9300.15
HSL240.59º86.32%45.88%-
HSV(B)240.59º92.66%85.49%-
XYZ13.095.5666.71-
YUV39.63228.66112.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 218 (85.55% from 255) = 86.51%
R=7.14%
G=6.35%
B=86.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18162180.920.9300.15240.5986.3245.88
Hex1210DA5C5D0Ff1562e
Octal222033213413501736112656
Binary1001010000110110101011100101110101111111100011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1210DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1210DA; }

 p { color: rgb(18,16,218); }

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

<style>
 a { background-color: #1210DA; }

 a { background-color: rgb(18,16,218); }

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

<style>
 span { border-color: #1210DA; }

 span { border-color: rgb(18,16,218); }

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