Html Css Color HEX #1D01CD Medium Blue

📋 copy color: '#1D01CD'

red 29 ◦ green 1 ◦ blue 205

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

Shades of Medium Blue #1D01CD

Tints of Medium Blue #1D01CD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 12.34%
G = 0.43%
B = 87.23%

CMYK

 C value IS 0.86

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D01CD (or 0x1D01CD) is known color: Medium Blue. HEX triplet: 1D, 01 and CD. RGB value is (29,1,205). Sum of RGB (Red+Green+Blue) = 29+1+205=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 205 (80.47% from 255 or 87.23% from 235); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D01CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D01CD is #E2FE32. Grayscale: #1F1F1F. Windows color (decimal): -14876211 or 13435165. OLE color: 13435165.

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

Color convert

RGB 29 1 205 -
CMYK 0.86 1.00 0 0.20
HSL 248.24º 0.99% 0.4% -
HSV(B) 248.24º 1% 0.8% -
XYZ 11.54 4.69 58.05 -
YUV 32.63 225.28 125.41 -
System Red Green Blue C M Y K H S L
Decimal 29 1 205 0.86 1.00 0 0.20 248.24 0.99 0.4
Hex 1D 1 CD 56 64 0 14 F8 63 28
Octal 35 1 315 126 144 0 24 370 143 50
Binary 11101 1 11001101 1010110 1100100 0 10100 11111000 1100011 101000

Color Harmonies of #1D01CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D01CD

Black with #1D01CD

Text Example


Text Example

White with #1D01CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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