Html Css Color HEX #2917DC Medium Blue

📋 copy color: '#2917DC'

red 41 ◦ green 23 ◦ blue 220

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

Shades of Medium Blue #2917DC

Tints of Medium Blue #2917DC

RGB

 RED value IS 41 (16.41% from 255) = 14.44%

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

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

R = 14.44%
G = 8.1%
B = 77.46%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2917DC (or 0x2917DC) is known color: Medium Blue. HEX triplet: 29, 17 and DC. RGB value is (41,23,220). Sum of RGB (Red+Green+Blue) = 41+23+220=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #2917DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917DC is #D6E823. Grayscale: #323232. Windows color (decimal): -14084132 or 14423849. OLE color: 14423849.

HSL color Cylindrical-coordinate representation of color #2917DC: hue angle of 245.48º 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 #2917DC is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 23 220 -
CMYK 0.81 0.90 0 0.14
HSL 245.48º 0.81% 0.48% -
HSV(B) 245.48º 0.9% 0.86% -
XYZ 14.14 6.25 68.17 -
YUV 50.84 223.46 120.98 -
System Red Green Blue C M Y K H S L
Decimal 41 23 220 0.81 0.90 0 0.14 245.48 0.81 0.48
Hex 29 17 DC 51 5A 0 E F5 51 30
Octal 51 27 334 121 132 0 16 365 121 60
Binary 101001 10111 11011100 1010001 1011010 0 1110 11110101 1010001 110000

Color Harmonies of #2917DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2917DC

Black with #2917DC

Text Example


Text Example

White with #2917DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2917DC; }

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

 H1.HeaderClassName
 {
   color: #2917DC;
 }
 .AnyTagClassName
 {
   color: #2917DC;
 }
</style>

background-color css

<style>
 a { background-color: #2917DC; }

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

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

border-color css

<style>
 span { border-color: #2917DC; }

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

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