Html Css Color HEX #1D17C2 Medium Blue

📋 copy color: '#1D17C2'

red 29 ◦ green 23 ◦ blue 194

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

Shades of Medium Blue #1D17C2

Tints of Medium Blue #1D17C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 78.86%

R = 11.79%
G = 9.35%
B = 78.86%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1D17C2 (or 0x1D17C2) is known color: Medium Blue. HEX triplet: 1D, 17 and C2. RGB value is (29,23,194). Sum of RGB (Red+Green+Blue) = 29+23+194=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 194 (76.17% from 255 or 78.86% from 246); Max value from RGB is 194 - color contains mainly: blue. Hex color #1D17C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D17C2 is #E2E83D. Grayscale: #2B2B2B. Windows color (decimal): -14870590 or 12719901. OLE color: 12719901.

HSL color Cylindrical-coordinate representation of color #1D17C2: hue angle of 242.11º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D17C2 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 23 194 -
CMYK 0.85 0.88 0 0.24
HSL 242.11º 0.79% 0.43% -
HSV(B) 242.11º 0.88% 0.76% -
XYZ 10.55 4.77 51.4 -
YUV 44.29 212.49 117.1 -
System Red Green Blue C M Y K H S L
Decimal 29 23 194 0.85 0.88 0 0.24 242.11 0.79 0.43
Hex 1D 17 C2 55 58 0 18 F2 4F 2B
Octal 35 27 302 125 130 0 30 362 117 53
Binary 11101 10111 11000010 1010101 1011000 0 11000 11110010 1001111 101011

Color Harmonies of #1D17C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D17C2

Black with #1D17C2

Text Example


Text Example

White with #1D17C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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