Html Css Color HEX #2009CB Medium Blue

📋 copy color: '#2009CB'

red 32 ◦ green 9 ◦ blue 203

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

Shades of Medium Blue #2009CB

Tints of Medium Blue #2009CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 83.2%

R = 13.11%
G = 3.69%
B = 83.2%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2009CB (or 0x2009CB) is known color: Medium Blue. HEX triplet: 20, 09 and CB. RGB value is (32,9,203). Sum of RGB (Red+Green+Blue) = 32+9+203=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 203 (79.69% from 255 or 83.20% from 244); Max value from RGB is 203 - color contains mainly: blue. Hex color #2009CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009CB is #DFF634. Grayscale: #252525. Windows color (decimal): -14677557 or 13306144. OLE color: 13306144.

HSL color Cylindrical-coordinate representation of color #2009CB: hue angle of 247.11º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2009CB is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 9 203 -
CMYK 0.84 0.96 0 0.20
HSL 247.11º 0.92% 0.42% -
HSV(B) 247.11º 0.96% 0.8% -
XYZ 11.47 4.81 56.82 -
YUV 37.99 221.12 123.73 -
System Red Green Blue C M Y K H S L
Decimal 32 9 203 0.84 0.96 0 0.20 247.11 0.92 0.42
Hex 20 9 CB 54 60 0 14 F7 5C 2A
Octal 40 11 313 124 140 0 24 367 134 52
Binary 100000 1001 11001011 1010100 1100000 0 10100 11110111 1011100 101010

Color Harmonies of #2009CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2009CB

Black with #2009CB

Text Example


Text Example

White with #2009CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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