Html Css Color HEX #2009DE Medium Blue

📋 copy color: '#2009DE'

red 32 ◦ green 9 ◦ blue 222

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

Shades of Medium Blue #2009DE

Tints of Medium Blue #2009DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 84.41%

R = 12.17%
G = 3.42%
B = 84.41%

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

#2009DE (or 0x2009DE) is known color: Medium Blue. HEX triplet: 20, 09 and DE. RGB value is (32,9,222). Sum of RGB (Red+Green+Blue) = 32+9+222=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 222 (87.11% from 255 or 84.41% from 263); Max value from RGB is 222 - color contains mainly: blue. Hex color #2009DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009DE is #DFF621. Grayscale: #272727. Windows color (decimal): -14677538 or 14551328. OLE color: 14551328.

HSL color Cylindrical-coordinate representation of color #2009DE: hue angle of 246.48º 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 #2009DE is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 9 222 -
CMYK 0.86 0.96 0 0.13
HSL 246.48º 0.92% 0.45% -
HSV(B) 246.48º 0.96% 0.87% -
XYZ 13.88 5.78 69.49 -
YUV 40.16 230.62 122.18 -
System Red Green Blue C M Y K H S L
Decimal 32 9 222 0.86 0.96 0 0.13 246.48 0.92 0.45
Hex 20 9 DE 56 60 0 D F6 5C 2D
Octal 40 11 336 126 140 0 15 366 134 55
Binary 100000 1001 11011110 1010110 1100000 0 1101 11110110 1011100 101101

Color Harmonies of #2009DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2009DE

Black with #2009DE

Text Example


Text Example

White with #2009DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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