Html Css Color HEX #1D15CD Medium Blue

📋 copy color: '#1D15CD'

red 29 ◦ green 21 ◦ blue 205

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

Shades of Medium Blue #1D15CD

Tints of Medium Blue #1D15CD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 11.37%
G = 8.24%
B = 80.39%

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

#1D15CD (or 0x1D15CD) is known color: Medium Blue. HEX triplet: 1D, 15 and CD. RGB value is (29,21,205). Sum of RGB (Red+Green+Blue) = 29+21+205=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D15CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D15CD is #E2EA32. Grayscale: #2B2B2B. Windows color (decimal): -14871091 or 13440285. OLE color: 13440285.

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

Color convert

RGB 29 21 205 -
CMYK 0.86 0.90 0 0.20
HSL 242.61º 0.81% 0.44% -
HSV(B) 242.61º 0.9% 0.8% -
XYZ 11.79 5.21 58.14 -
YUV 44.37 218.65 117.04 -
System Red Green Blue C M Y K H S L
Decimal 29 21 205 0.86 0.90 0 0.20 242.61 0.81 0.44
Hex 1D 15 CD 56 5A 0 14 F3 51 2C
Octal 35 25 315 126 132 0 24 363 121 54
Binary 11101 10101 11001101 1010110 1011010 0 10100 11110011 1010001 101100

Color Harmonies of #1D15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D15CD

Black with #1D15CD

Text Example


Text Example

White with #1D15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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