Html Css Color HEX #2009BE Medium Blue

📋 copy color: '#2009BE'

red 32 ◦ green 9 ◦ blue 190

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

Shades of Medium Blue #2009BE

Tints of Medium Blue #2009BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 82.25%

R = 13.85%
G = 3.9%
B = 82.25%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2009BE (or 0x2009BE) is known color: Medium Blue. HEX triplet: 20, 09 and BE. RGB value is (32,9,190). Sum of RGB (Red+Green+Blue) = 32+9+190=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #2009BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009BE is #DFF641. Grayscale: #232323. Windows color (decimal): -14677570 or 12454176. OLE color: 12454176.

HSL color Cylindrical-coordinate representation of color #2009BE: hue angle of 247.62º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2009BE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 9 190 -
CMYK 0.83 0.95 0 0.25
HSL 247.62º 0.91% 0.39% -
HSV(B) 247.62º 0.95% 0.75% -
XYZ 9.99 4.22 49 -
YUV 36.51 214.62 124.78 -
System Red Green Blue C M Y K H S L
Decimal 32 9 190 0.83 0.95 0 0.25 247.62 0.91 0.39
Hex 20 9 BE 53 5F 0 19 F8 5B 27
Octal 40 11 276 123 137 0 31 370 133 47
Binary 100000 1001 10111110 1010011 1011111 0 11001 11111000 1011011 100111

Color Harmonies of #2009BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2009BE

Black with #2009BE

Text Example


Text Example

White with #2009BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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