Html Css Color HEX #2009DD Medium Blue

📋 copy color: '#2009DD'

red 32 ◦ green 9 ◦ blue 221

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

Shades of Medium Blue #2009DD

Tints of Medium Blue #2009DD

RGB

 RED value IS 32 (12.89% from 255) = 12.21%

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 12.21%
G = 3.44%
B = 84.35%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2009DD (or 0x2009DD) is known color: Medium Blue. HEX triplet: 20, 09 and DD. RGB value is (32,9,221). Sum of RGB (Red+Green+Blue) = 32+9+221=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 221 (86.72% from 255 or 84.35% from 262); Max value from RGB is 221 - color contains mainly: blue. Hex color #2009DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009DD is #DFF622. Grayscale: #272727. Windows color (decimal): -14677539 or 14485792. OLE color: 14485792.

HSL color Cylindrical-coordinate representation of color #2009DD: hue angle of 246.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2009DD is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 9 221 -
CMYK 0.86 0.96 0 0.13
HSL 246.51º 0.92% 0.45% -
HSV(B) 246.51º 0.96% 0.87% -
XYZ 13.74 5.72 68.79 -
YUV 40.05 230.12 122.26 -
System Red Green Blue C M Y K H S L
Decimal 32 9 221 0.86 0.96 0 0.13 246.51 0.92 0.45
Hex 20 9 DD 56 60 0 D F7 5C 2D
Octal 40 11 335 126 140 0 15 367 134 55
Binary 100000 1001 11011101 1010110 1100000 0 1101 11110111 1011100 101101

Color Harmonies of #2009DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2009DD

Black with #2009DD

Text Example


Text Example

White with #2009DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,9,221); }

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

background-color css

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

 a { background-color: rgb(32,9,221); }

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

border-color css

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

 span { border-color: rgb(32,9,221); }

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