Html Css Color HEX #1D1ACD Medium Blue

📋 copy color: '#1D1ACD'

red 29 ◦ green 26 ◦ blue 205

#1D1ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1D1ACD

Tints of Medium Blue #1D1ACD

RGB

 RED value IS 29 (11.72% from 255) = 11.15%

 GREEN value IS 26 (10.55% from 255) = 10%

 BLUE value IS 205 (80.47% from 255) = 78.85%

R = 11.15%
G = 10%
B = 78.85%

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D1ACD (or 0x1D1ACD) is known color: Medium Blue. HEX triplet: 1D, 1A and CD. RGB value is (29,26,205). Sum of RGB (Red+Green+Blue) = 29+26+205=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D1ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1ACD is #E2E532. Grayscale: #2E2E2E. Windows color (decimal): -14869811 or 13441565. OLE color: 13441565.

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

Color convert

RGB 29 26 205 -
CMYK 0.86 0.87 0 0.20
HSL 241.01º 0.77% 0.45% -
HSV(B) 241.01º 0.87% 0.8% -
XYZ 11.9 5.41 58.17 -
YUV 47.3 216.99 114.95 -
System Red Green Blue C M Y K H S L
Decimal 29 26 205 0.86 0.87 0 0.20 241.01 0.77 0.45
Hex 1D 1A CD 56 57 0 14 F1 4D 2D
Octal 35 32 315 126 127 0 24 361 115 55
Binary 11101 11010 11001101 1010110 1010111 0 10100 11110001 1001101 101101

Color Harmonies of #1D1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1ACD

Black with #1D1ACD

Text Example


Text Example

White with #1D1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D1ACD;
 }
 .AnyTagClassName
 {
   color: #1D1ACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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