#1D09CD

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

Shades of Medium Blue #1D09CD

Tints of Medium Blue #1D09CD

Color information

#1D09CD (or 0x1D09CD) is unknown color: approx Medium Blue. HEX triplet: 1D, 09 and CD. RGB value is (29,9,205). Sum of RGB (Red+Green+Blue) = 29+9+205=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 205 (80.47% from 255 or 84.36% from 243); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D09CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D09CD is #E2F632. Grayscale: #242424. Windows color (decimal): -14874163 or 13437213. OLE color: 13437213.

HSL color Cylindrical-coordinate representation of color #1D09CD: hue angle of 246.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D09CD is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB299205-
CMYK0.860.9600.20
HSL246.12º91.59%41.96%-
HSV(B)246.12º95.61%80.39%-
XYZ11.624.8658.08-
YUV37.32222.63122.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.93%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 205 (80.47% from 255) = 84.36%
R=11.93%
G=3.70%
B=84.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2992050.860.9600.20246.1291.5941.96
Hex1D9CD5660014f65c2a
Octal351131512614002436613452
Binary1110110011100110110101101100000010100111101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D09CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,205); }

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

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

 a { background-color: rgb(29,9,205); }

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

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

 span { border-color: rgb(29,9,205); }

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