#1210DF

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

Shades of Medium Blue #1210DF

Tints of Medium Blue #1210DF

Color information

#1210DF (or 0x1210DF) is unknown color: approx Medium Blue. HEX triplet: 12, 10 and DF. RGB value is (18,16,223). Sum of RGB (Red+Green+Blue) = 18+16+223=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #1210DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1210DF is #EDEF20. Grayscale: #272727. Windows color (decimal): -15593249 or 14618642. OLE color: 14618642.

HSL color Cylindrical-coordinate representation of color #1210DF: hue angle of 240.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1210DF is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1816223-
CMYK0.920.9300.13
HSL240.58º86.61%46.86%-
HSV(B)240.58º92.83%87.45%-
XYZ13.755.8370.21-
YUV40.2231.16112.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 223 (87.5% from 255) = 86.77%
R=7.00%
G=6.23%
B=86.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18162230.920.9300.13240.5886.6146.86
Hex1210DF5C5D0Df1572f
Octal222033713413501536112757
Binary1001010000110111111011100101110101101111100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1210DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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