#1D00CD

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

Shades of Medium Blue #1D00CD

Tints of Medium Blue #1D00CD

Color information

#1D00CD (or 0x1D00CD) is unknown color: approx Medium Blue. HEX triplet: 1D, 00 and CD. RGB value is (29,0,205). Sum of RGB (Red+Green+Blue) = 29+0+205=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 205 (80.47% from 255 or 87.61% from 234); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D00CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D00CD is #E2FF32. Grayscale: #1F1F1F. Windows color (decimal): -14876467 or 13434909. OLE color: 13434909.

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

Color convert

RGB290205-
CMYK0.86100.20
HSL248.49º100%40.2%-
HSV(B)248.49º100%80.39%-
XYZ11.534.6758.05-
YUV32.04225.61125.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 87.61%
R=12.39%
G=0%
B=87.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2902050.86100.20248.4910040.2
Hex1D0CD5664014f86428
Octal35031512614402437014450
Binary1110101100110110101101100100010100111110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D00CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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