Html Css Color HEX #1D08CD Medium Blue

📋 copy color: '#1D08CD'

red 29 ◦ green 8 ◦ blue 205

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

Shades of Medium Blue #1D08CD

Tints of Medium Blue #1D08CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

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

R = 11.98%
G = 3.31%
B = 84.71%

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

#1D08CD (or 0x1D08CD) is known color: Medium Blue. HEX triplet: 1D, 08 and CD. RGB value is (29,8,205). Sum of RGB (Red+Green+Blue) = 29+8+205=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 205 (80.47% from 255 or 84.71% from 242); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D08CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D08CD is #E2F732. Grayscale: #232323. Windows color (decimal): -14874419 or 13436957. OLE color: 13436957.

HSL color Cylindrical-coordinate representation of color #1D08CD: hue angle of 246.4º 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 #1D08CD is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 8 205 -
CMYK 0.86 0.96 0 0.20
HSL 246.4º 0.92% 0.42% -
HSV(B) 246.4º 0.96% 0.8% -
XYZ 11.61 4.84 58.08 -
YUV 36.74 222.96 122.48 -
System Red Green Blue C M Y K H S L
Decimal 29 8 205 0.86 0.96 0 0.20 246.4 0.92 0.42
Hex 1D 8 CD 56 60 0 14 F6 5C 2A
Octal 35 10 315 126 140 0 24 366 134 52
Binary 11101 1000 11001101 1010110 1100000 0 10100 11110110 1011100 101010

Color Harmonies of #1D08CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D08CD

Black with #1D08CD

Text Example


Text Example

White with #1D08CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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