Html Css Color HEX #1C17DC Medium Blue

📋 copy color: '#1C17DC'

red 28 ◦ green 23 ◦ blue 220

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

Shades of Medium Blue #1C17DC

Tints of Medium Blue #1C17DC

RGB

 RED value IS 28 (11.33% from 255) = 10.33%

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

 BLUE value IS 220 (86.33% from 255) = 81.18%

R = 10.33%
G = 8.49%
B = 81.18%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C17DC (or 0x1C17DC) is known color: Medium Blue. HEX triplet: 1C, 17 and DC. RGB value is (28,23,220). Sum of RGB (Red+Green+Blue) = 28+23+220=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C17DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C17DC is #E3E823. Grayscale: #2E2E2E. Windows color (decimal): -14936100 or 14423836. OLE color: 14423836.

HSL color Cylindrical-coordinate representation of color #1C17DC: hue angle of 241.52º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C17DC is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 23 220 -
CMYK 0.87 0.90 0 0.14
HSL 241.52º 0.81% 0.48% -
HSV(B) 241.52º 0.9% 0.86% -
XYZ 13.7 6.03 68.15 -
YUV 46.95 225.66 114.48 -
System Red Green Blue C M Y K H S L
Decimal 28 23 220 0.87 0.90 0 0.14 241.52 0.81 0.48
Hex 1C 17 DC 57 5A 0 E F2 51 30
Octal 34 27 334 127 132 0 16 362 121 60
Binary 11100 10111 11011100 1010111 1011010 0 1110 11110010 1010001 110000

Color Harmonies of #1C17DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C17DC

Black with #1C17DC

Text Example


Text Example

White with #1C17DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,23,220); }

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

background-color css

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

 a { background-color: rgb(28,23,220); }

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

border-color css

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

 span { border-color: rgb(28,23,220); }

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