Html Css Color HEX #1D17D6 Medium Blue

📋 copy color: '#1D17D6'

red 29 ◦ green 23 ◦ blue 214

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

Shades of Medium Blue #1D17D6

Tints of Medium Blue #1D17D6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 214 (83.98% from 255) = 80.45%

R = 10.9%
G = 8.65%
B = 80.45%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1D17D6 (or 0x1D17D6) is known color: Medium Blue. HEX triplet: 1D, 17 and D6. RGB value is (29,23,214). Sum of RGB (Red+Green+Blue) = 29+23+214=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 214 (83.98% from 255 or 80.45% from 266); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D17D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D17D6 is #E2E829. Grayscale: #2D2D2D. Windows color (decimal): -14870570 or 14030621. OLE color: 14030621.

HSL color Cylindrical-coordinate representation of color #1D17D6: hue angle of 241.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D17D6 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 23 214 -
CMYK 0.86 0.89 0 0.16
HSL 241.88º 0.81% 0.46% -
HSV(B) 241.88º 0.89% 0.84% -
XYZ 12.95 5.73 64.04 -
YUV 46.57 222.49 115.47 -
System Red Green Blue C M Y K H S L
Decimal 29 23 214 0.86 0.89 0 0.16 241.88 0.81 0.46
Hex 1D 17 D6 56 59 0 10 F2 51 2E
Octal 35 27 326 126 131 0 20 362 121 56
Binary 11101 10111 11010110 1010110 1011001 0 10000 11110010 1010001 101110

Color Harmonies of #1D17D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D17D6

Black with #1D17D6

Text Example


Text Example

White with #1D17D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,23,214); }

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

background-color css

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

 a { background-color: rgb(29,23,214); }

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

border-color css

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

 span { border-color: rgb(29,23,214); }

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