Html Css Color HEX #2016CC Medium Blue

📋 copy color: '#2016CC'

red 32 ◦ green 22 ◦ blue 204

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

Shades of Medium Blue #2016CC

Tints of Medium Blue #2016CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.53%

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

R = 12.4%
G = 8.53%
B = 79.07%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2016CC (or 0x2016CC) is known color: Medium Blue. HEX triplet: 20, 16 and CC. RGB value is (32,22,204). Sum of RGB (Red+Green+Blue) = 32+22+204=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #2016CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016CC is #DFE933. Grayscale: #2D2D2D. Windows color (decimal): -14674228 or 13375008. OLE color: 13375008.

HSL color Cylindrical-coordinate representation of color #2016CC: hue angle of 243.3º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2016CC is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 22 204 -
CMYK 0.84 0.89 0 0.2
HSL 243.3º 0.81% 0.44% -
HSV(B) 243.3º 0.89% 0.8% -
XYZ 11.78 5.24 57.52 -
YUV 45.74 217.31 118.2 -
System Red Green Blue C M Y K H S L
Decimal 32 22 204 0.84 0.89 0 0.2 243.3 0.81 0.44
Hex 20 16 CC 54 59 0 14 F3 51 2C
Octal 40 26 314 124 131 0 24 363 121 54
Binary 100000 10110 11001100 1010100 1011001 0 10100 11110011 1010001 101100

Color Harmonies of #2016CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2016CC

Black with #2016CC

Text Example


Text Example

White with #2016CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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