Html Css Color HEX #1D09CD Medium Blue

📋 copy color: '#1D09CD'

red 29 ◦ green 9 ◦ blue 205

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

Shades of Medium Blue #1D09CD

Tints of Medium Blue #1D09CD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

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

R = 11.93%
G = 3.7%
B = 84.36%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D09CD (or 0x1D09CD) is known color: 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

RGB 29 9 205 -
CMYK 0.86 0.96 0 0.20
HSL 246.12º 0.92% 0.42% -
HSV(B) 246.12º 0.96% 0.8% -
XYZ 11.62 4.86 58.08 -
YUV 37.32 222.63 122.06 -
System Red Green Blue C M Y K H S L
Decimal 29 9 205 0.86 0.96 0 0.20 246.12 0.92 0.42
Hex 1D 9 CD 56 60 0 14 F6 5C 2A
Octal 35 11 315 126 140 0 24 366 134 52
Binary 11101 1001 11001101 1010110 1100000 0 10100 11110110 1011100 101010

Color Harmonies of #1D09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D09CD

Black with #1D09CD

Text Example


Text Example

White with #1D09CD

Text Example


Text Example

HTML Codes & Css Web 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>