Html Css Color HEX #2009DF Medium Blue

📋 copy color: '#2009DF'

red 32 ◦ green 9 ◦ blue 223

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

Shades of Medium Blue #2009DF

Tints of Medium Blue #2009DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 84.47%

R = 12.12%
G = 3.41%
B = 84.47%

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

#2009DF (or 0x2009DF) is known color: Medium Blue. HEX triplet: 20, 09 and DF. RGB value is (32,9,223). Sum of RGB (Red+Green+Blue) = 32+9+223=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #2009DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009DF is #DFF620. Grayscale: #272727. Windows color (decimal): -14677537 or 14616864. OLE color: 14616864.

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

Color convert

RGB 32 9 223 -
CMYK 0.86 0.96 0 0.13
HSL 246.45º 0.92% 0.45% -
HSV(B) 246.45º 0.96% 0.87% -
XYZ 14.01 5.83 70.2 -
YUV 40.27 231.12 122.1 -
System Red Green Blue C M Y K H S L
Decimal 32 9 223 0.86 0.96 0 0.13 246.45 0.92 0.45
Hex 20 9 DF 56 60 0 D F6 5C 2D
Octal 40 11 337 126 140 0 15 366 134 55
Binary 100000 1001 11011111 1010110 1100000 0 1101 11110110 1011100 101101

Color Harmonies of #2009DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2009DF

Black with #2009DF

Text Example


Text Example

White with #2009DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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