Html Css Color HEX #2009CC Medium Blue

📋 copy color: '#2009CC'

red 32 ◦ green 9 ◦ blue 204

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

Shades of Medium Blue #2009CC

Tints of Medium Blue #2009CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 83.27%

R = 13.06%
G = 3.67%
B = 83.27%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2009CC (or 0x2009CC) is known color: Medium Blue. HEX triplet: 20, 09 and CC. RGB value is (32,9,204). Sum of RGB (Red+Green+Blue) = 32+9+204=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #2009CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2009CC is #DFF633. Grayscale: #252525. Windows color (decimal): -14677556 or 13371680. OLE color: 13371680.

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

Color convert

RGB 32 9 204 -
CMYK 0.84 0.96 0 0.2
HSL 247.08º 0.92% 0.42% -
HSV(B) 247.08º 0.96% 0.8% -
XYZ 11.59 4.86 57.45 -
YUV 38.11 221.62 123.64 -
System Red Green Blue C M Y K H S L
Decimal 32 9 204 0.84 0.96 0 0.2 247.08 0.92 0.42
Hex 20 9 CC 54 60 0 14 F7 5C 2A
Octal 40 11 314 124 140 0 24 367 134 52
Binary 100000 1001 11001100 1010100 1100000 0 10100 11110111 1011100 101010

Color Harmonies of #2009CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2009CC

Black with #2009CC

Text Example


Text Example

White with #2009CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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