Html Css Color HEX #2117DD Medium Blue

📋 copy color: '#2117DD'

red 33 ◦ green 23 ◦ blue 221

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

Shades of Medium Blue #2117DD

Tints of Medium Blue #2117DD

RGB

 RED value IS 33 (13.28% from 255) = 11.91%

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

 BLUE value IS 221 (86.72% from 255) = 79.78%

R = 11.91%
G = 8.3%
B = 79.78%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2117DD (or 0x2117DD) is known color: Medium Blue. HEX triplet: 21, 17 and DD. RGB value is (33,23,221). Sum of RGB (Red+Green+Blue) = 33+23+221=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #2117DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2117DD is #DEE822. Grayscale: #2F2F2F. Windows color (decimal): -14608419 or 14489377. OLE color: 14489377.

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

Color convert

RGB 33 23 221 -
CMYK 0.85 0.90 0 0.13
HSL 243.03º 0.81% 0.48% -
HSV(B) 243.03º 0.9% 0.87% -
XYZ 13.98 6.16 68.86 -
YUV 48.56 225.31 116.9 -
System Red Green Blue C M Y K H S L
Decimal 33 23 221 0.85 0.90 0 0.13 243.03 0.81 0.48
Hex 21 17 DD 55 5A 0 D F3 51 30
Octal 41 27 335 125 132 0 15 363 121 60
Binary 100001 10111 11011101 1010101 1011010 0 1101 11110011 1010001 110000

Color Harmonies of #2117DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2117DD

Black with #2117DD

Text Example


Text Example

White with #2117DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2117DD; }

 p { color: rgb(33,23,221); }

 H1.HeaderClassName
 {
   color: #2117DD;
 }
 .AnyTagClassName
 {
   color: #2117DD;
 }
</style>

background-color css

<style>
 a { background-color: #2117DD; }

 a { background-color: rgb(33,23,221); }

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

border-color css

<style>
 span { border-color: #2117DD; }

 span { border-color: rgb(33,23,221); }

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