Html Css Color HEX #1D14CD Medium Blue

📋 copy color: '#1D14CD'

red 29 ◦ green 20 ◦ blue 205

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

Shades of Medium Blue #1D14CD

Tints of Medium Blue #1D14CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 11.42%
G = 7.87%
B = 80.71%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D14CD (or 0x1D14CD) is known color: Medium Blue. HEX triplet: 1D, 14 and CD. RGB value is (29,20,205). Sum of RGB (Red+Green+Blue) = 29+20+205=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D14CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D14CD is #E2EB32. Grayscale: #2B2B2B. Windows color (decimal): -14871347 or 13440029. OLE color: 13440029.

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

Color convert

RGB 29 20 205 -
CMYK 0.86 0.90 0 0.20
HSL 242.92º 0.82% 0.44% -
HSV(B) 242.92º 0.9% 0.8% -
XYZ 11.78 5.17 58.13 -
YUV 43.78 218.98 117.46 -
System Red Green Blue C M Y K H S L
Decimal 29 20 205 0.86 0.90 0 0.20 242.92 0.82 0.44
Hex 1D 14 CD 56 5A 0 14 F3 52 2C
Octal 35 24 315 126 132 0 24 363 122 54
Binary 11101 10100 11001101 1010110 1011010 0 10100 11110011 1010010 101100

Color Harmonies of #1D14CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D14CD

Black with #1D14CD

Text Example


Text Example

White with #1D14CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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