#1D10DF

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

Shades of Medium Blue #1D10DF

Tints of Medium Blue #1D10DF

Color information

#1D10DF (or 0x1D10DF) is unknown color: approx Medium Blue. HEX triplet: 1D, 10 and DF. RGB value is (29,16,223). Sum of RGB (Red+Green+Blue) = 29+16+223=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D10DF is #E2EF20. Grayscale: #2A2A2A. Windows color (decimal): -14872353 or 14618653. OLE color: 14618653.

HSL color Cylindrical-coordinate representation of color #1D10DF: hue angle of 243.77º 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 #1D10DF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2916223-
CMYK0.870.9300.13
HSL243.77º86.61%46.86%-
HSV(B)243.77º92.83%87.45%-
XYZ14.015.9670.22-
YUV43.48229.31117.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.82%
GREEN value IS 16 (6.64% from 255) = 5.97%
BLUE value IS 223 (87.5% from 255) = 83.21%
R=10.82%
G=5.97%
B=83.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal29162230.870.9300.13243.7786.6146.86
Hex1D10DF575D0Df4572f
Octal352033712713501536412757
Binary1110110000110111111010111101110101101111101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D10DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D10DF; }

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

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

<style>
 a { background-color: #1D10DF; }

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

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

<style>
 span { border-color: #1D10DF; }

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

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